ImageCalibrator.hpp File Reference

Header for the ImageCalibrator class. More...

#include <vector>
#include "GslMatrix.hpp"

Include dependency graph for ImageCalibrator.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  ImageCalibrator
 This encapsulates information about a single image, including... More...

class  PointCorrespondence
 Has two 2d points which correspond to each other. More...


Typedefs

typedef vector< vector< double > > Table

Functions

GslVector getNullspaceVector (GslMatrix table)
 Returns a nullspace vector for a matrix, via singular value decomposition, by finding the eigenvector with the lowest eigenvalue.


Detailed Description

Header for the ImageCalibrator class.

Author: Matt Loper

Revision
1.4
Date
2003/05/12 19:24:28

Definition in file ImageCalibrator.hpp.


Function Documentation

GslVector getNullspaceVector GslMatrix  matrix  ) 
 

Returns a nullspace vector for a matrix, via singular value decomposition, by finding the eigenvector with the lowest eigenvalue.

Note:
This assumes that the matrix actually has a nullspace vector!

Definition at line 97 of file ImageCalibrator.cpp.


Generated on Mon May 26 11:19:39 2003 for CamChecker by doxygen1.3