pe::PoseEstimatorH Class Reference

#include <peh.h>

Inheritance diagram for pe::PoseEstimatorH:
Inheritance graph
[legend]

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< HowardStereoMatcherhowardMatcher
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]

Definition at line 302 of file peh.h.

pe::PoseEstimatorH::~PoseEstimatorH (  )  [inline]

Definition at line 309 of file peh.h.


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

std::vector<int> pe::PoseEstimatorH::filteredIndices [private]

Definition at line 320 of file peh.h.

Definition at line 318 of file peh.h.

Definition at line 319 of file peh.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


posest
Author(s): Kurt Konolige
autogenerated on Fri Jan 11 09:14:36 2013