Helios++
Helios software for LiDAR simulations
|
This is the complete list of members for SurfaceInspector::maths::PlaneFitter, including all inherited members.
bestFittingDetailedPlanePCA(Mat< T > &M, vector< T > center) | SurfaceInspector::maths::PlaneFitter | static |
bestFittingDetailedPlaneSVD(Mat< T > &M, vector< T > center) | SurfaceInspector::maths::PlaneFitter | static |
bestFittingPlaneFromCovariances(Mat< T > &M) | SurfaceInspector::maths::PlaneFitter | static |
bestFittingPlanePCA(Mat< T > &M) | SurfaceInspector::maths::PlaneFitter | static |
bestFittingPlaneSVD(Mat< T > &M) | SurfaceInspector::maths::PlaneFitter | static |
centerCoordinatesMatrix(Mat< T > &M) | SurfaceInspector::maths::PlaneFitter | static |
extractCommonPlaneComponents(arma::mat const &A, arma::vec const &v, T &sum, Plane< T > &p) | SurfaceInspector::maths::PlaneFitter | protectedstatic |
extractDetailedPlaneComponents(Mat< T > const &M, arma::mat const &A, arma::vec const &v, T const &sum, DetailedPlane< T > &p) | SurfaceInspector::maths::PlaneFitter | protectedstatic |
translateToOrigin(Mat< T > &M, vector< T > center) | SurfaceInspector::maths::PlaneFitter | static |