Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | Protected Attributes | List of all members
a_homography_function Class Reference

homography solver More...

+ Inheritance diagram for a_homography_function:
+ Collaboration diagram for a_homography_function:

Public Member Functions

 a_homography_function (std::vector< vgl_homg_point_2d< double > > &points_im1, std::vector< vgl_homg_point_2d< double > > &points_im2)
 
void f (const vnl_vector< double > &x, vnl_vector< double > &fx)
 
void scale1 (const double s)
 

Protected Attributes

std::vector< vgl_homg_point_2d< double > > & points_im1_
 
std::vector< vgl_homg_point_2d< double > > & points_im2_
 
double scale1_
 

Detailed Description

homography solver

Definition at line 49 of file h_compute.cxx.

Constructor & Destructor Documentation

◆ a_homography_function()

a_homography_function::a_homography_function ( std::vector< vgl_homg_point_2d< double > > &  points_im1,
std::vector< vgl_homg_point_2d< double > > &  points_im2 
)
inline

Definition at line 52 of file h_compute.cxx.

Member Function Documentation

◆ f()

void a_homography_function::f ( const vnl_vector< double > &  x,
vnl_vector< double > &  fx 
)

Definition at line 74 of file h_compute.cxx.

+ Here is the call graph for this function:

◆ scale1()

void a_homography_function::scale1 ( const double  s)
inline

Definition at line 59 of file h_compute.cxx.

+ Here is the caller graph for this function:

Member Data Documentation

◆ points_im1_

std::vector<vgl_homg_point_2d<double> >& a_homography_function::points_im1_
protected

Definition at line 61 of file h_compute.cxx.

◆ points_im2_

std::vector<vgl_homg_point_2d<double> >& a_homography_function::points_im2_
protected

Definition at line 62 of file h_compute.cxx.

◆ scale1_

double a_homography_function::scale1_
protected

Definition at line 63 of file h_compute.cxx.


The documentation for this class was generated from the following file: