Blender V5.0
DetectOptions Struct Reference

#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

Detailed Description

Definition at line 62 of file detect.h.

Member Enumeration Documentation

◆ DetectorType

Enumerator
FAST 
MORAVEC 
HARRIS 

Definition at line 66 of file detect.h.

Constructor & Destructor Documentation

◆ DetectOptions()

Definition at line 337 of file detect.cc.

Member Data Documentation

◆ fast_min_trackness

Definition at line 84 of file detect.h.

◆ harris_threshold

Definition at line 97 of file detect.h.

◆ margin

Definition at line 75 of file detect.h.

◆ min_distance

Definition at line 78 of file detect.h.

◆ moravec_max_count

Definition at line 87 of file detect.h.

◆ moravec_pattern

Definition at line 93 of file detect.h.

◆ type

Definition at line 71 of file detect.h.


The documentation for this struct was generated from the following files: