Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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  )

Definition at line 160 of file libmv/multiview/homography.cc.

Member Data Documentation

◆ expected_average_symmetric_distance

double libmv::EstimateHomographyOptions::expected_average_symmetric_distance

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

◆ max_num_iterations

int libmv::EstimateHomographyOptions::max_num_iterations

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

◆ use_normalization

bool libmv::EstimateHomographyOptions::use_normalization

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


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