Blender
V3.3
|
#include <homography.h>
Public Member Functions | |
EstimateHomographyOptions (void) | |
Public Attributes | |
bool | use_normalization |
int | max_num_iterations |
double | expected_average_symmetric_distance |
This structure contains options that controls how the homography estimation operates.
Defaults should be suitable for a wide range of use cases, but better performance and accuracy might require tweaking/
Definition at line 65 of file libmv/multiview/homography.h.
libmv::EstimateHomographyOptions::EstimateHomographyOptions | ( | void | ) |
Definition at line 160 of file libmv/multiview/homography.cc.
double libmv::EstimateHomographyOptions::expected_average_symmetric_distance |
Definition at line 93 of file libmv/multiview/homography.h.
int libmv::EstimateHomographyOptions::max_num_iterations |
Definition at line 83 of file libmv/multiview/homography.h.
bool libmv::EstimateHomographyOptions::use_normalization |
Definition at line 80 of file libmv/multiview/homography.h.