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

camera solver with radial distorsions More...

+ Inheritance diagram for a_camera2_function:
+ Collaboration diagram for a_camera2_function:

Public Member Functions

 a_camera2_function (std::vector< vgl_homg_point_2d< double > > &points_image, std::vector< vgl_homg_point_3d< double > > &points_world)
 
void f (const vnl_vector< double > &x, vnl_vector< double > &fx)
 

Protected Attributes

std::vector< vgl_homg_point_2d< double > > & points_image_
 
std::vector< vgl_homg_point_3d< double > > & points_world_
 

Detailed Description

camera solver with radial distorsions

Definition at line 227 of file p_compute.cxx.

Constructor & Destructor Documentation

◆ a_camera2_function()

a_camera2_function::a_camera2_function ( std::vector< vgl_homg_point_2d< double > > &  points_image,
std::vector< vgl_homg_point_3d< double > > &  points_world 
)
inline

Definition at line 230 of file p_compute.cxx.

Member Function Documentation

◆ f()

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

Definition at line 242 of file p_compute.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ points_image_

std::vector<vgl_homg_point_2d<double> >& a_camera2_function::points_image_
protected

Definition at line 238 of file p_compute.cxx.

◆ points_world_

std::vector<vgl_homg_point_3d<double> >& a_camera2_function::points_world_
protected

Definition at line 239 of file p_compute.cxx.


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