Struct GoodFeaturesParams
Defined in File feature_detection.h
Struct Documentation
-
struct GoodFeaturesParams
Parameters for Shi-Tomasi corner detection
Public Members
-
int max_corners = 500
Maximum number of corners to return.
-
float quality_level = 0.01f
Min score as fraction of best score.
-
float min_distance = 8.0f
Min Euclidean distance between corners (pixels).
-
int block_size = 3
Half-window for structure tensor (radius, e.g. 3→7x7).
-
float harris_k = 0.0f
0 → Shi-Tomasi; >0 → Harris (k typically 0.04)
-
int max_corners = 500