Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::geometry::RANSACResult Class Reference

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

Public Member Functions

 RANSACResult ()
 ~RANSACResult ()

Data Fields

double fitness_
double inlier_rmse_

Detailed Description

Stores the current best result in the RANSAC algorithm.

Constructor & Destructor Documentation

◆ RANSACResult()

open3d::geometry::RANSACResult::RANSACResult ( )
inline

◆ ~RANSACResult()

open3d::geometry::RANSACResult::~RANSACResult ( )
inline

Field Documentation

◆ fitness_

double open3d::geometry::RANSACResult::fitness_

◆ inlier_rmse_

double open3d::geometry::RANSACResult::inlier_rmse_

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