#include <models.h>
|
virtual bool | GetModel (const std::vector< int32_t > &indices, M &model, double max_error) const |
|
| PlaneFit (const T &data, float min_angle=0.2) |
|
bool | ValidData () const |
|
| Fit3d (const T &data) |
|
int32_t | GetInlierCount (const M &model, double max_error) |
|
void | GetInliers (const M &model, double max_error, std::vector< uint32_t > &indices) |
|
virtual bool | GetModel (const std::vector< int32_t > &indices, M &model, double max_error) const=0 |
|
virtual std::string | GetModelString (M &model) const |
|
int32_t | Size () const |
|
|
static void | CopyTo (const M &src, M &dst) |
|
Definition at line 205 of file models.h.
◆ anonymous enum
◆ PlaneFit()
swri_opencv_util::PlaneFit::PlaneFit |
( |
const T & |
data, |
|
|
float |
min_angle = 0.2 |
|
) |
| |
|
inline |
◆ CalculateNorms()
void swri_opencv_util::PlaneFit::CalculateNorms |
( |
const M & |
model, |
|
|
cv::Mat & |
norms |
|
) |
| |
|
protectedvirtual |
◆ GetModel()
bool swri_opencv_util::PlaneFit::GetModel |
( |
const std::vector< int32_t > & |
indices, |
|
|
M & |
model, |
|
|
double |
max_error |
|
) |
| const |
|
virtual |
◆ ValidData()
bool swri_opencv_util::PlaneFit::ValidData |
( |
| ) |
const |
|
inline |
◆ min_angle_
float swri_opencv_util::PlaneFit::min_angle_ |
|
protected |
The documentation for this class was generated from the following files: