#include <models.h>
Public Member Functions | |
virtual bool | GetModel (const std::vector< int32_t > &indices, M &model, double max_error) const |
OrthoLineFit3d (const T &data, const LineModel3d &ortho, float angle_tolerance=0.09) | |
Protected Attributes | |
float | angle_tolerance_ |
LineModel3d | ortho_ |
swri_opencv_util::OrthoLineFit3d::OrthoLineFit3d | ( | const T & | data, |
const LineModel3d & | ortho, | ||
float | angle_tolerance = 0.09 |
||
) | [inline] |
bool swri_opencv_util::OrthoLineFit3d::GetModel | ( | const std::vector< int32_t > & | indices, |
M & | model, | ||
double | max_error | ||
) | const [virtual] |
Reimplemented from swri_opencv_util::LineFit3d.
Definition at line 511 of file models.cpp.
float swri_opencv_util::OrthoLineFit3d::angle_tolerance_ [protected] |
LineModel3d swri_opencv_util::OrthoLineFit3d::ortho_ [protected] |