Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
LeastSquaresDifferentiation Class Reference

Class for Cone Differentiation using the Least Squares Method. More...

#include <least_squares_differentiation.hpp>

Inheritance diagram for LeastSquaresDifferentiation:
Inheritance graph
Collaboration diagram for LeastSquaresDifferentiation:
Collaboration graph

Public Member Functions

void coneDifferentiation (Cluster *cone_point_cloud) const override
 Perform cone differentiation on a cone's point cloud using the Least Squares Method.
 

Detailed Description

Class for Cone Differentiation using the Least Squares Method.

Definition at line 9 of file least_squares_differentiation.hpp.

Member Function Documentation

◆ coneDifferentiation()

void LeastSquaresDifferentiation::coneDifferentiation ( Cluster cone_point_cloud) const
overridevirtual

Perform cone differentiation on a cone's point cloud using the Least Squares Method.

Parameters
cone_point_cloudCluster's point cloud.
Returns
Color The cone's color.

Implements ConeDifferentiation.

Definition at line 4 of file least_squares_differentiation.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: