Blender V4.3
libmv::EstimateFundamentalOptions Struct Reference

#include <fundamental.h>

Public Member Functions

 EstimateFundamentalOptions (void)
 

Public Attributes

int max_num_iterations
 
double expected_average_symmetric_distance
 

Detailed Description

This structure contains options that controls how the fundamental estimation operates.

Defaults should be suitable for a wide range of use cases, but better performance and accuracy might require tweaking/

Definition at line 142 of file fundamental.h.

Constructor & Destructor Documentation

◆ EstimateFundamentalOptions()

libmv::EstimateFundamentalOptions::EstimateFundamentalOptions ( void )

Definition at line 414 of file fundamental.cc.

Member Data Documentation

◆ expected_average_symmetric_distance

double libmv::EstimateFundamentalOptions::expected_average_symmetric_distance

Definition at line 157 of file fundamental.h.

◆ max_num_iterations

int libmv::EstimateFundamentalOptions::max_num_iterations

Definition at line 147 of file fundamental.h.


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