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

camera solver with radial distortions More...

+ Inheritance diagram for a_radial_function:
+ Collaboration diagram for a_radial_function:

Public Member Functions

 a_radial_function (std::vector< HomgPoint2D > &points_image, std::vector< HomgPoint2D > &points_world)
 
void f (const vnl_vector< double > &x, vnl_vector< double > &fx)
 

Protected Attributes

std::vector< HomgPoint2D > & points_image_
 
std::vector< HomgPoint2D > & points_world_
 

Detailed Description

camera solver with radial distortions

Definition at line 52 of file radial.cxx.

Constructor & Destructor Documentation

◆ a_radial_function()

a_radial_function::a_radial_function ( std::vector< HomgPoint2D > &  points_image,
std::vector< HomgPoint2D > &  points_world 
)
inline

Definition at line 55 of file radial.cxx.

Member Function Documentation

◆ f()

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

Definition at line 67 of file radial.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ points_image_

std::vector<HomgPoint2D>& a_radial_function::points_image_
protected

Definition at line 63 of file radial.cxx.

◆ points_world_

std::vector<HomgPoint2D>& a_radial_function::points_world_
protected

Definition at line 64 of file radial.cxx.


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