#include <pe3d.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. 
 | 
|  | PoseEstimator3d (int NRansac, bool LMpolish, double mind, double maxidx, double maxidd) | 
|  | ~PoseEstimator3d () | 
Detailed Description
Definition at line 51 of file pe3d.h.
 
Constructor & Destructor Documentation
Member Function Documentation
Uses RANSAC to find best inlier count from provided matches, optionally polishes the result. Frames must have filled features and descriptors. 
Implements pe::PoseEstimator.
Definition at line 61 of file pe3d.cpp.
 
 
The documentation for this class was generated from the following files: