#include <models.h>
|
virtual bool | GetModel (const std::vector< int32_t > &indices, M &model, double max_error) const |
|
| LineFit3d (const T &data) |
|
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 261 of file models.h.
◆ anonymous enum
◆ LineFit3d()
swri_opencv_util::LineFit3d::LineFit3d |
( |
const T & |
data | ) |
|
|
inline |
◆ CalculateNorms()
void swri_opencv_util::LineFit3d::CalculateNorms |
( |
const M & |
model, |
|
|
cv::Mat & |
norms |
|
) |
| |
|
protectedvirtual |
◆ GetModel()
bool swri_opencv_util::LineFit3d::GetModel |
( |
const std::vector< int32_t > & |
indices, |
|
|
M & |
model, |
|
|
double |
max_error |
|
) |
| const |
|
virtual |
◆ ValidData()
bool swri_opencv_util::LineFit3d::ValidData |
( |
| ) |
const |
|
inline |
◆ temp1__
cv::Mat swri_opencv_util::LineFit3d::temp1__ |
|
protected |
◆ temp2__
cv::Mat swri_opencv_util::LineFit3d::temp2__ |
|
protected |
◆ x0_p__
cv::Mat swri_opencv_util::LineFit3d::x0_p__ |
|
protected |
◆ x0_p_dot_n__
cv::Mat swri_opencv_util::LineFit3d::x0_p_dot_n__ |
|
protected |
The documentation for this class was generated from the following files: