Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes
mrpt::vision::CFeatureExtraction::TOptions::TSIFTOptions Struct Reference

Detailed Description

SIFT Options.

Definition at line 146 of file CFeatureExtraction.h.

#include <mrpt/vision/CFeatureExtraction.h>

Public Member Functions

 TSIFTOptions ()
 

Public Attributes

TSIFTImplementation implementation
 Default: Hess (OpenCV should be preferred, but its nonfree module is not always available by default in all systems) More...
 
double threshold
 default= 0.04 More...
 
double edgeThreshold
 default= 10 More...
 

Constructor & Destructor Documentation

◆ TSIFTOptions()

mrpt::vision::CFeatureExtraction::TOptions::TSIFTOptions::TSIFTOptions ( )
inline

Definition at line 148 of file CFeatureExtraction.h.

Member Data Documentation

◆ edgeThreshold

double mrpt::vision::CFeatureExtraction::TOptions::TSIFTOptions::edgeThreshold

default= 10

Definition at line 152 of file CFeatureExtraction.h.

◆ implementation

TSIFTImplementation mrpt::vision::CFeatureExtraction::TOptions::TSIFTOptions::implementation

Default: Hess (OpenCV should be preferred, but its nonfree module is not always available by default in all systems)

Definition at line 150 of file CFeatureExtraction.h.

Referenced by mrpt::vision::CFeatureExtraction::TOptions::TOptions().

◆ threshold

double mrpt::vision::CFeatureExtraction::TOptions::TSIFTOptions::threshold

default= 0.04

Definition at line 151 of file CFeatureExtraction.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019