![]() |
#include <vector>
#include "GslMatrix.hpp"
Include dependency graph for ImageCalibrator.hpp:

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

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. | |
Author: Matt Loper
Definition in file ImageCalibrator.hpp.
|
|
Returns a nullspace vector for a matrix, via singular value decomposition, by finding the eigenvector with the lowest eigenvalue.
Definition at line 97 of file ImageCalibrator.cpp. |
1.3