pe::PoseEstimatorH Class Reference
#include <peh.h>
List of all members.
Public Member Functions |
virtual int | estimate (const fc::Frame &frame1, const fc::Frame &frame2, const std::vector< cv::DMatch > &matches) |
| Uses RANSAC to find best inlier count from provided matches, optionally polishes the result. Frames must have filled features and descriptors.
|
virtual int | estimate (const fc::Frame &frame1, const fc::Frame &frame2) |
| Uses RANSAC to find best inlier count by finding matches using the provided matcher, optionally polishes the result. Frames must have filled features and descriptors.
|
| PoseEstimatorH (int NRansac, bool LMpolish, double mind, double maxidx, double maxidd, float matcherThreshold, int minMatchesCount, int descriptorSize) |
| ~PoseEstimatorH () |
Private Attributes |
std::vector< int > | filteredIndices |
cv::Ptr< HowardStereoMatcher > | howardMatcher |
int | minMatchesCount |
Detailed Description
Definition at line 297 of file peh.h.
Constructor & Destructor Documentation
pe::PoseEstimatorH::PoseEstimatorH |
( |
int |
NRansac, |
|
|
bool |
LMpolish, |
|
|
double |
mind, |
|
|
double |
maxidx, |
|
|
double |
maxidd, |
|
|
float |
matcherThreshold, |
|
|
int |
minMatchesCount, |
|
|
int |
descriptorSize | |
|
) |
| | [inline] |
pe::PoseEstimatorH::~PoseEstimatorH |
( |
|
) |
[inline] |
Member Function Documentation
virtual int pe::PoseEstimatorH::estimate |
( |
const fc::Frame & |
frame1, |
|
|
const fc::Frame & |
frame2, |
|
|
const std::vector< cv::DMatch > & |
matches | |
|
) |
| | [virtual] |
Uses RANSAC to find best inlier count from provided matches, optionally polishes the result. Frames must have filled features and descriptors.
Implements pe::PoseEstimator.
virtual int pe::PoseEstimatorH::estimate |
( |
const fc::Frame & |
frame1, |
|
|
const fc::Frame & |
frame2 | |
|
) |
| | [virtual] |
Uses RANSAC to find best inlier count by finding matches using the provided matcher, optionally polishes the result. Frames must have filled features and descriptors.
Reimplemented from pe::PoseEstimator.
Member Data Documentation
The documentation for this class was generated from the following file: