Static Public Member Functions | Private Member Functions
vpgl_affine_camera_compute Class Reference

Basic least squares solution for an affine camera given corresponding world and image points. More...

#include <vpgl_camera_compute.h>

List of all members.

Static Public Member Functions

static bool compute (const vcl_vector< vgl_point_2d< double > > &image_pts, const vcl_vector< vgl_point_3d< double > > &world_pts, vpgl_affine_camera< double > &camera)
 Compute from two sets of corresponding points.

Private Member Functions

 vpgl_affine_camera_compute ()

Detailed Description

Basic least squares solution for an affine camera given corresponding world and image points.

Definition at line 42 of file vpgl_camera_compute.h.


Constructor & Destructor Documentation

vpgl_affine_camera_compute::vpgl_affine_camera_compute ( ) [private]

Member Function Documentation

bool vpgl_affine_camera_compute::compute ( const vcl_vector< vgl_point_2d< double > > &  image_pts,
const vcl_vector< vgl_point_3d< double > > &  world_pts,
vpgl_affine_camera< double > &  camera 
) [static]

Compute from two sets of corresponding points.

Put the resulting camera into camera

Returns:
true if successful.

Definition at line 95 of file vpgl_camera_compute.cxx.


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