Blender  V3.3
Public Types | Public Member Functions | Public Attributes | List of all members
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 ( )

Definition at line 330 of file detect.cc.

Member Data Documentation

◆ fast_min_trackness

int libmv::DetectOptions::fast_min_trackness

Definition at line 84 of file detect.h.

◆ harris_threshold

double libmv::DetectOptions::harris_threshold

Definition at line 97 of file detect.h.

◆ margin

int libmv::DetectOptions::margin

Definition at line 75 of file detect.h.

◆ min_distance

int libmv::DetectOptions::min_distance

Definition at line 78 of file detect.h.

◆ moravec_max_count

int libmv::DetectOptions::moravec_max_count

Definition at line 87 of file detect.h.

◆ moravec_pattern

unsigned char* libmv::DetectOptions::moravec_pattern

Definition at line 93 of file detect.h.

◆ type

DetectorType libmv::DetectOptions::type

Definition at line 71 of file detect.h.


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