#include <ransac.hpp>
|
| std::vector< Eigen::Vector3d > | x |
| |
| std::vector< Eigen::Vector3d > | p |
| |
| std::vector< pair > | pairs |
| |
| double | mse |
| |
◆ add()
| void Pairs::add |
( |
const Eigen::Vector3d & |
a, |
|
|
const Eigen::Vector3d & |
b, |
|
|
double |
dist |
|
) |
| |
add a single pair, and the distance between that a and b
◆ clear()
◆ getMeanSquareError()
| double Pairs::getMeanSquareError |
( |
| ) |
const |
◆ getTransform()
| Affine3d Pairs::getTransform |
( |
| ) |
|
will return the transform that has to be applied to B, so that the MSE between the invididual pairs of A and B is minimized.
◆ size()
| size_t Pairs::size |
( |
| ) |
const |
will return the number of pairs in the object
◆ trim()
| double Pairs::trim |
( |
size_t |
n_po | ) |
|
trim the pairs to the
- Parameters
-
| n_po | pairs with the lowest distance. Will |
- Returns
- the largest distance of those
- Parameters
-
◆ MIN_PAIRS
| const unsigned int stereo::ransac::Pairs::MIN_PAIRS = 3 |
|
static |
◆ mse
| double stereo::ransac::Pairs::mse |
| std::vector<Eigen::Vector3d> stereo::ransac::Pairs::p |
◆ pairs
| std::vector<pair> stereo::ransac::Pairs::pairs |
| std::vector<Eigen::Vector3d> stereo::ransac::Pairs::x |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-perception-stereo-0.20161215/src/ransac.hpp
- /build/rock-master-18.09-perception-stereo-0.20161215/src/ransac.cpp