Main MRPT website > C++ reference
MRPT logo

mrpt::vision::TMatchingOptions Struct Reference

A structure containing options for the matching. More...

#include <mrpt/vision/utils.h>

Inheritance diagram for mrpt::vision::TMatchingOptions:
Inheritance graph
[legend]
Collaboration diagram for mrpt::vision::TMatchingOptions:
Collaboration graph
[legend]

List of all members.

Public Types

enum  TMatchingMethod { mmCorrelation = 0, mmDescriptorSIFT, mmDescriptorSURF, mmSAD }
 

Method for propagating the feature's image coordinate uncertainty into 3D space.

More...

Public Member Functions

 TMatchingOptions ()
 Constructor.
void loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string &section)
 See utils::CLoadableOptions.
void dumpToTextStream (CStream &out) const
 See utils::CLoadableOptions.

Public Attributes

bool useEpipolarRestriction
 Whether or not take into account the epipolar restriction for finding correspondences.
bool hasFundamentalMatrix
 Whether or not there is a fundamental matrix.
bool parallelOpticalAxis
 Whether or not the stereo rig has the optical axes parallel.
bool useXRestriction
 Whether or not employ the x-coord restriction for finding correspondences (bumblebee camera, for example).
CMatrixDouble33 F
TMatchingMethod matching_method
 Matching method.
float epipolar_TH
 Epipolar constraint (rows of pixels).
float maxEDD_TH
 Maximum Euclidean Distance Between SIFT Descriptors.
float EDD_RATIO
 Boundary Ratio between the two lowest EDD.
float minCC_TH
 Minimum Value of the Cross Correlation.
float minDCC_TH
 Minimum Difference Between the Maximum Cross Correlation Values.
float rCC_TH
 Maximum Ratio Between the two highest CC values.
float maxEDSD_TH
 Maximum Euclidean Distance Between SURF Descriptors.
float EDSD_RATIO
 Boundary Ratio between the two lowest SURF EDSD.
double minSAD_TH
double SAD_RATIO

Detailed Description

A structure containing options for the matching.

Definition at line 178 of file vision/include/mrpt/vision/utils.h.


Member Enumeration Documentation

Method for propagating the feature's image coordinate uncertainty into 3D space.

Default value: Prop_Linear

Enumerator:
mmCorrelation 

Matching by cross correlation of the image patches.

mmDescriptorSIFT 

Matching by Euclidean distance between SIFT descriptors.

mmDescriptorSURF 

Matching by Euclidean distance between SURF descriptors.

mmSAD 

Matching by sum of absolute differences of the image patches.

Definition at line 183 of file vision/include/mrpt/vision/utils.h.


Constructor & Destructor Documentation

mrpt::vision::TMatchingOptions::TMatchingOptions (  ) 

Constructor.


Member Function Documentation

void mrpt::vision::TMatchingOptions::dumpToTextStream ( CStream out  )  const [virtual]
void mrpt::vision::TMatchingOptions::loadFromConfigFile ( const mrpt::utils::CConfigFileBase source,
const std::string &  section 
) [virtual]

Member Data Documentation

Boundary Ratio between the two lowest EDD.

Definition at line 213 of file vision/include/mrpt/vision/utils.h.

Boundary Ratio between the two lowest SURF EDSD.

Definition at line 222 of file vision/include/mrpt/vision/utils.h.

Epipolar constraint (rows of pixels).

Definition at line 209 of file vision/include/mrpt/vision/utils.h.

Definition at line 205 of file vision/include/mrpt/vision/utils.h.

Whether or not there is a fundamental matrix.

Definition at line 201 of file vision/include/mrpt/vision/utils.h.

Matching method.

Definition at line 208 of file vision/include/mrpt/vision/utils.h.

Maximum Euclidean Distance Between SIFT Descriptors.

Definition at line 212 of file vision/include/mrpt/vision/utils.h.

Maximum Euclidean Distance Between SURF Descriptors.

Definition at line 221 of file vision/include/mrpt/vision/utils.h.

Minimum Value of the Cross Correlation.

Definition at line 216 of file vision/include/mrpt/vision/utils.h.

Minimum Difference Between the Maximum Cross Correlation Values.

Definition at line 217 of file vision/include/mrpt/vision/utils.h.

Definition at line 225 of file vision/include/mrpt/vision/utils.h.

Whether or not the stereo rig has the optical axes parallel.

Definition at line 202 of file vision/include/mrpt/vision/utils.h.

Maximum Ratio Between the two highest CC values.

Definition at line 218 of file vision/include/mrpt/vision/utils.h.

Definition at line 226 of file vision/include/mrpt/vision/utils.h.

Whether or not take into account the epipolar restriction for finding correspondences.

Definition at line 200 of file vision/include/mrpt/vision/utils.h.

Whether or not employ the x-coord restriction for finding correspondences (bumblebee camera, for example).

Definition at line 203 of file vision/include/mrpt/vision/utils.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010