|
Blender V5.0
|
#include <fundamental.h>
Public Member Functions | |
| EstimateFundamentalOptions (void) | |
Public Attributes | |
| int | max_num_iterations |
| double | expected_average_symmetric_distance |
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.
| libmv::EstimateFundamentalOptions::EstimateFundamentalOptions | ( | void | ) |
Definition at line 414 of file fundamental.cc.
References e, expected_average_symmetric_distance, and max_num_iterations.
| double libmv::EstimateFundamentalOptions::expected_average_symmetric_distance |
Definition at line 157 of file fundamental.h.
Referenced by EstimateFundamentalOptions().
| int libmv::EstimateFundamentalOptions::max_num_iterations |
Definition at line 147 of file fundamental.h.
Referenced by EstimateFundamentalOptions().