#include <pe2d.h>
List of all members.
Public Member Functions |
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.
|
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.
|
| PoseEstimator2d (int NRansac=10000) |
| ~PoseEstimator2d () |
Protected Member Functions |
void | setPose (const cv::Mat &rvec, const cv::Mat &tvec) |
Protected Attributes |
bool | initialized_ |
Detailed Description
Definition at line 43 of file pe2d.h.
Constructor & Destructor Documentation
Member Function Documentation
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.
Definition at line 101 of file pe2d.cpp.
Uses RANSAC to find best inlier count from provided matches, optionally polishes the result. Frames must have filled features and descriptors.
- Todo:
- Don't have cv::drawKeypoints, cv::drawMatches might not be used right here
Implements pe::PoseEstimator.
Definition at line 164 of file pe2d.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: