ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::geometry::RANSACResult Class Reference

Stores the current best result in the RANSAC algorithm. More...

Public Member Functions

 RANSACResult ()
 
 ~RANSACResult ()
 

Public Attributes

double fitness_
 
double inlier_rmse_
 

Detailed Description

Stores the current best result in the RANSAC algorithm.

Definition at line 26 of file PointCloudSegmentation.cpp.

Constructor & Destructor Documentation

◆ RANSACResult()

cloudViewer::geometry::RANSACResult::RANSACResult ( )
inline

Definition at line 28 of file PointCloudSegmentation.cpp.

◆ ~RANSACResult()

cloudViewer::geometry::RANSACResult::~RANSACResult ( )
inline

Definition at line 29 of file PointCloudSegmentation.cpp.

Member Data Documentation

◆ fitness_

double cloudViewer::geometry::RANSACResult::fitness_

Definition at line 32 of file PointCloudSegmentation.cpp.

◆ inlier_rmse_

double cloudViewer::geometry::RANSACResult::inlier_rmse_

Definition at line 33 of file PointCloudSegmentation.cpp.


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