2D transform, which can be up to a projective transformation More...
#include <vnl/vnl_fwd.h>
#include <vgl/vgl_vector_2d.h>
#include <vgl/vgl_point_2d.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vimt_transform_2d |
2D transform, which can be up to a projective transformation. More... | |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &, const vimt_transform_2d &t) |
void | vsl_b_write (vsl_b_ostream &bfs, const vimt_transform_2d &b) |
Binary file stream output operator for pointer to class. | |
void | vsl_b_read (vsl_b_istream &bfs, vimt_transform_2d &b) |
Binary file stream input operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const vimt_transform_2d &t) |
Stream output operator for class reference. |
2D transform, which can be up to a projective transformation
Definition in file vimt_transform_2d.h.
vcl_ostream& operator<< | ( | vcl_ostream & | , |
const vimt_transform_2d & | t | ||
) |
Definition at line 785 of file vimt_transform_2d.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
vimt_transform_2d & | b | ||
) |
Binary file stream input operator for class reference.
Definition at line 828 of file vimt_transform_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const vimt_transform_2d & | b | ||
) |
Binary file stream output operator for pointer to class.
Definition at line 833 of file vimt_transform_2d.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vimt_transform_2d & | t | ||
) |
Stream output operator for class reference.
Definition at line 838 of file vimt_transform_2d.cxx.