|
Blender V5.0
|
#include <detect.h>
Public Types | |
| enum | DetectorType { FAST , MORAVEC , HARRIS } |
Public Member Functions | |
| DetectOptions () | |
Public Attributes | |
| DetectorType | type |
| int | margin |
| int | min_distance |
| int | fast_min_trackness |
| int | moravec_max_count |
| unsigned char * | moravec_pattern |
| double | harris_threshold |