#include <ransac.hpp>
|
| typedef Eigen::Affine3d | Model |
| |
| typedef double | Real |
| |
|
| const std::vector< Eigen::Vector3d > & | x |
| |
| const std::vector< Eigen::Vector3d > | p |
| |
| double | errorThreshold |
| |
◆ Model
◆ Real
◆ FitTransform()
| stereo::ransac::FitTransform::FitTransform |
( |
const std::vector< Eigen::Vector3d > & |
x, |
|
|
const std::vector< Eigen::Vector3d > & |
p, |
|
|
double |
errorThreshold = 0.1 |
|
) |
| |
|
inline |
◆ ~FitTransform()
| virtual stereo::ransac::FitTransform::~FitTransform |
( |
| ) |
|
|
inlinevirtual |
◆ fitModel()
| bool stereo::ransac::FitTransform::fitModel |
( |
const vector_size_t & |
useIndices, |
|
|
Eigen::Affine3d & |
model |
|
) |
| const |
|
inline |
◆ getSampleCount()
| size_t stereo::ransac::FitTransform::getSampleCount |
( |
void |
| ) |
const |
|
inline |
◆ testSample()
| virtual double stereo::ransac::FitTransform::testSample |
( |
size_t |
index, |
|
|
const Eigen::Affine3d & |
model |
|
) |
| const |
|
inlinevirtual |
◆ errorThreshold
| double stereo::ransac::FitTransform::errorThreshold |
| const std::vector<Eigen::Vector3d> stereo::ransac::FitTransform::p |
| const std::vector<Eigen::Vector3d>& stereo::ransac::FitTransform::x |
The documentation for this struct was generated from the following file:
- /build/rock-master-18.09-perception-stereo-0.20161215/src/ransac.hpp