#include "vpgl_calibration_matrix.h"#include <vgl/vgl_point_2d.h>#include <vgl/io/vgl_io_point_2d.h>#include <vnl/algo/vnl_svd.h>#include <vcl_cassert.h>Go to the source code of this file.
Defines | |
| #define | vpgl_calibration_matrix_txx_ |
| #define | vpgl_CALIBRATION_MATRIX_INSTANTIATE(T) template class vpgl_calibration_matrix<T > |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, const vpgl_calibration_matrix< T > *p) |
| Binary save. | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vpgl_calibration_matrix< T > *&p) |
| Binary load. | |
Definition in file vpgl_calibration_matrix.txx.
| #define vpgl_CALIBRATION_MATRIX_INSTANTIATE | ( | T | ) | template class vpgl_calibration_matrix<T > |
Definition at line 235 of file vpgl_calibration_matrix.txx.
| #define vpgl_calibration_matrix_txx_ |
Definition at line 3 of file vpgl_calibration_matrix.txx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vpgl_calibration_matrix< T > *& | p | ||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vpgl_calibration_matrix< T > * | p | ||
| ) |
Binary save.
Definition at line 206 of file vpgl_calibration_matrix.txx.
1.7.5.1