Blender V5.0
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 20 of file detector.h.

Member Data Documentation

◆ detector

int libmv_DetectOptions::detector

Definition at line 21 of file detector.h.

◆ fast_min_trackness

int libmv_DetectOptions::fast_min_trackness

Definition at line 24 of file detector.h.

◆ harris_threshold

double libmv_DetectOptions::harris_threshold

Definition at line 27 of file detector.h.

◆ margin

int libmv_DetectOptions::margin

Definition at line 22 of file detector.h.

◆ min_distance

int libmv_DetectOptions::min_distance

Definition at line 23 of file detector.h.

◆ moravec_max_count

int libmv_DetectOptions::moravec_max_count

Definition at line 25 of file detector.h.

◆ moravec_pattern

unsigned char* libmv_DetectOptions::moravec_pattern

Definition at line 26 of file detector.h.


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