#include "vpgl_geo_camera.h"#include <vcl_vector.h>#include <vcl_cassert.h>#include <vnl/vnl_vector.h>#include <vnl/vnl_inverse.h>#include <vpgl/vpgl_lvcs.h>#include <vpgl/vpgl_utm.h>#include <vil/file_formats/vil_geotiff_header.h>#include <vil/file_formats/vil_tiff.h>#include <vil/file_formats/vil_nitf2_image.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, vpgl_geo_camera const &p) |
| Write vpgl_perspective_camera to stream. | |
| vcl_istream & | operator>> (vcl_istream &s, vpgl_geo_camera &p) |
| Read vpgl_perspective_camera from stream. | |
Definition in file vpgl_geo_camera.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| vpgl_geo_camera const & | p | ||
| ) |
Write vpgl_perspective_camera to stream.
Write camera to stream.
Definition at line 342 of file vpgl_geo_camera.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | s, |
| vpgl_geo_camera & | p | ||
| ) |
Read vpgl_perspective_camera from stream.
Read camera from stream.
Definition at line 354 of file vpgl_geo_camera.cxx.
1.7.5.1