vpgl_io_affine_camera.h
Go to the documentation of this file.
1 #ifndef vpgl_io_affine_camera_h_
2 #define vpgl_io_affine_camera_h_
3 //:
4 // \file
5 #include <vsl/vsl_binary_io.h>
7 
8 //: Binary save camera to stream
9 template <class T>
10 void vsl_b_write(vsl_b_ostream & os, vpgl_affine_camera<T> const& camera);
11 
12 
13 //: Binary load camera from stream.
14 template <class T>
16 
17 //: Print human readable summary of object to a stream
18 template <class T>
19 void vsl_print_summary(std::ostream& os,const vpgl_affine_camera<T> & c);
20 
21 #endif
A class for the affine camera model.
void vsl_b_write(vsl_b_ostream &os, vpgl_affine_camera< T > const &camera)
Binary save camera to stream.
void vsl_b_read(vsl_b_istream &is, vpgl_affine_camera< T > &camera)
Binary load camera from stream.
void vsl_print_summary(std::ostream &os, const vpgl_affine_camera< T > &c)
Print human readable summary of object to a stream.