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

Detailed Description

SIFT Options

Definition at line 193 of file CFeatureExtraction.h.

#include <mrpt/vision/CFeatureExtraction.h>

Public Member Functions

 TSIFTOptions ()
 

Public Attributes

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

Constructor & Destructor Documentation

◆ TSIFTOptions()

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

Definition at line 195 of file CFeatureExtraction.h.

Member Data Documentation

◆ edgeThreshold

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

default= 10

Definition at line 202 of file CFeatureExtraction.h.

◆ implementation

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

Default: Hess (OpenCV.

Definition at line 196 of file CFeatureExtraction.h.

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

◆ threshold

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

should be preferred, but its nonfree module is not always available by default in all systems)

default= 0.04

Definition at line 201 of file CFeatureExtraction.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST