|
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 |
| libmv::DetectOptions::DetectOptions | ( | ) |
Definition at line 337 of file detect.cc.
References DetectOptions(), fast_min_trackness, HARRIS, harris_threshold, margin, min_distance, moravec_max_count, moravec_pattern, and type.
Referenced by DetectOptions().
| int libmv::DetectOptions::fast_min_trackness |
Definition at line 84 of file detect.h.
Referenced by DetectOptions().
| double libmv::DetectOptions::harris_threshold |
Definition at line 97 of file detect.h.
Referenced by DetectOptions().
| int libmv::DetectOptions::margin |
Definition at line 75 of file detect.h.
Referenced by DetectOptions().
| int libmv::DetectOptions::min_distance |
Definition at line 78 of file detect.h.
Referenced by DetectOptions().
| int libmv::DetectOptions::moravec_max_count |
Definition at line 87 of file detect.h.
Referenced by DetectOptions().
| unsigned char* libmv::DetectOptions::moravec_pattern |
Definition at line 93 of file detect.h.
Referenced by DetectOptions().
| DetectorType libmv::DetectOptions::type |
Definition at line 71 of file detect.h.
Referenced by DetectOptions().