MRPT  1.9.9
mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions Struct Reference

Detailed Description

FAST and FASTER Options.

Definition at line 162 of file CFeatureExtraction.h.

#include <mrpt/vision/CFeatureExtraction.h>

Public Attributes

int threshold {20}
 default= 20 More...
 
float min_distance
 (default=5) minimum distance between features (in pixels) More...
 
bool nonmax_suppression {true}
 Default = true. More...
 
bool use_KLT_response {false}
 (default=false) If true, use CImage::KLT_response to compute the response at each point. More...
 
int KLT_response_half_win_size {4}
 Used if use_KLT_response==true. More...
 

Member Data Documentation

◆ KLT_response_half_win_size

int mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions::KLT_response_half_win_size {4}

Used if use_KLT_response==true.

Definition at line 175 of file CFeatureExtraction.h.

◆ min_distance

float mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions::min_distance

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

Definition at line 167 of file CFeatureExtraction.h.

◆ nonmax_suppression

bool mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions::nonmax_suppression {true}

Default = true.

Definition at line 169 of file CFeatureExtraction.h.

◆ threshold

int mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions::threshold {20}

default= 20

Definition at line 165 of file CFeatureExtraction.h.

◆ use_KLT_response

bool mrpt::vision::CFeatureExtraction::TOptions::TFASTOptions::use_KLT_response {false}

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

Definition at line 173 of file CFeatureExtraction.h.




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019