A class for the calibration matrix component of a perspective camera matrix. More...
#include <vgl/vgl_fwd.h>#include <vnl/vnl_fwd.h>#include <vnl/vnl_matrix_fixed.h>#include <vsl/vsl_binary_io.h>#include <vgl/vgl_point_2d.h>Go to the source code of this file.
Classes | |
| class | vpgl_calibration_matrix< T > |
| A class representing the "K" matrix of a perspective camera matrix as described in. More... | |
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 read. | |
A class for the calibration matrix component of a perspective camera matrix.
Modifications
May 08, 2004 Ricardo Fabbri Added binary I/O support
May 08, 2004 Ricardo Fabbri Added == operator
Definition in file vpgl_calibration_matrix.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vpgl_calibration_matrix< T > *& | p | ||
| ) |
Binary read.
Definition at line 220 of file vpgl_calibration_matrix.txx.
| 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