![]() |
AliceVision
Photogrammetric Computer Vision Framework
|
Solve the translations and the structure of a view-triplet that have known rotations. More...
#include <triplet_tijsAndXis_kernel.hpp>
Public Member Functions | |
| std::size_t | getMinimumNbRequiredSamples () const |
| Return the minimum number of required samples. More... | |
| std::size_t | getMaximumNbModels () const |
| Return the maximum number of models. More... | |
| void | solve (const Mat &pt0, const Mat &pt1, const Mat &pt2, const std::vector< Mat3 > &vec_KR, std::vector< TrifocalTensorModel > &P, const double ThresholdUpperBound) const |
| Solve the computation of the "tensor". | |
Static Public Member Functions | |
| static double | error (const TrifocalTensorModel &Tensor, const Vec2 &pt0, const Vec2 &pt1, const Vec2 &pt2) |
Solve the translations and the structure of a view-triplet that have known rotations.
|
inline |
Return the maximum number of models.
|
inline |
Return the minimum number of required samples.
1.8.17