Blender V5.0
libmv::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()

libmv::DetectOptions::DetectOptions ( )

Member Data Documentation

◆ fast_min_trackness

int libmv::DetectOptions::fast_min_trackness

Definition at line 84 of file detect.h.

Referenced by DetectOptions().

◆ harris_threshold

double libmv::DetectOptions::harris_threshold

Definition at line 97 of file detect.h.

Referenced by DetectOptions().

◆ margin

int libmv::DetectOptions::margin

Definition at line 75 of file detect.h.

Referenced by DetectOptions().

◆ min_distance

int libmv::DetectOptions::min_distance

Definition at line 78 of file detect.h.

Referenced by DetectOptions().

◆ moravec_max_count

int libmv::DetectOptions::moravec_max_count

Definition at line 87 of file detect.h.

Referenced by DetectOptions().

◆ moravec_pattern

unsigned char* libmv::DetectOptions::moravec_pattern

Definition at line 93 of file detect.h.

Referenced by DetectOptions().

◆ type

DetectorType libmv::DetectOptions::type

Definition at line 71 of file detect.h.

Referenced by DetectOptions().


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