Blender  V2.93
Public Attributes | List of all members
libmv_DetectOptions Struct Reference

#include <detector.h>

Public Attributes

int detector
 
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 35 of file detector.h.

Member Data Documentation

◆ detector

int libmv_DetectOptions::detector

Definition at line 36 of file detector.h.

◆ fast_min_trackness

int libmv_DetectOptions::fast_min_trackness

Definition at line 39 of file detector.h.

◆ harris_threshold

double libmv_DetectOptions::harris_threshold

Definition at line 42 of file detector.h.

◆ margin

int libmv_DetectOptions::margin

Definition at line 37 of file detector.h.

◆ min_distance

int libmv_DetectOptions::min_distance

Definition at line 38 of file detector.h.

◆ moravec_max_count

int libmv_DetectOptions::moravec_max_count

Definition at line 40 of file detector.h.

◆ moravec_pattern

unsigned char* libmv_DetectOptions::moravec_pattern

Definition at line 41 of file detector.h.


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