Blender V5.0
mv::TrackRegionResult Struct Reference

#include <track_region.h>

Public Types

enum  Termination {
  CONVERGENCE , NO_CONVERGENCE , FAILURE , SOURCE_OUT_OF_BOUNDS ,
  DESTINATION_OUT_OF_BOUNDS , FELL_OUT_OF_BOUNDS , INSUFFICIENT_CORRELATION , INSUFFICIENT_PATTERN_AREA ,
  CONFIGURATION_ERROR
}

Public Member Functions

bool is_usable ()

Public Attributes

Termination termination
int num_iterations
double correlation
bool used_brute_translation_initialization

Detailed Description

Definition at line 120 of file libmv/tracking/track_region.h.

Member Enumeration Documentation

◆ Termination

Enumerator
CONVERGENCE 
NO_CONVERGENCE 
FAILURE 
SOURCE_OUT_OF_BOUNDS 
DESTINATION_OUT_OF_BOUNDS 
FELL_OUT_OF_BOUNDS 
INSUFFICIENT_CORRELATION 
INSUFFICIENT_PATTERN_AREA 
CONFIGURATION_ERROR 

Definition at line 121 of file libmv/tracking/track_region.h.

Member Function Documentation

◆ is_usable()

Definition at line 137 of file libmv/tracking/track_region.h.

Member Data Documentation

◆ correlation

◆ num_iterations

◆ termination

◆ used_brute_translation_initialization


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