Blender V5.0
libmv::EstimateHomographyOptions Struct Reference

#include <homography.h>

Public Member Functions

 EstimateHomographyOptions (void)

Public Attributes

bool use_normalization
int max_num_iterations
double expected_average_symmetric_distance

Detailed Description

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.

Constructor & Destructor Documentation

◆ EstimateHomographyOptions()

libmv::EstimateHomographyOptions::EstimateHomographyOptions ( void )

Member Data Documentation

◆ expected_average_symmetric_distance

double libmv::EstimateHomographyOptions::expected_average_symmetric_distance

Definition at line 93 of file libmv/multiview/homography.h.

Referenced by EstimateHomographyOptions().

◆ max_num_iterations

int libmv::EstimateHomographyOptions::max_num_iterations

Definition at line 83 of file libmv/multiview/homography.h.

Referenced by EstimateHomographyOptions().

◆ use_normalization

bool libmv::EstimateHomographyOptions::use_normalization

Definition at line 80 of file libmv/multiview/homography.h.

Referenced by EstimateHomographyOptions().


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