Main MRPT website > C++ reference
MRPT logo
Public Attributes
mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions Struct Reference

Detailed Description

FAST and FASTER Options.

#include <mrpt/vision/CFeatureExtraction.h>

List of all members.

Public Attributes

int threshold
 default= 20
bool nonmax_suppression
 Default = true.
float min_distance
 (default=5) minimum distance between features (in pixels)
bool use_KLT_response
 (default=false) If true, use CImage::KLT_response to compute the response at each point instead of the FAST "standard response".

Member Data Documentation

(default=5) minimum distance between features (in pixels)

Definition at line 155 of file CFeatureExtraction.h.

Default = true.

Definition at line 154 of file CFeatureExtraction.h.

default= 20

Definition at line 153 of file CFeatureExtraction.h.

(default=false) If true, use CImage::KLT_response to compute the response at each point instead of the FAST "standard response".

Definition at line 156 of file CFeatureExtraction.h.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011