#include <vector>#include "vpgl_geo_camera.h"#include <cassert>#include <vnl/vnl_vector.h>#include <vnl/vnl_inverse.h>#include <vpgl/vpgl_lvcs.h>#include <vpgl/vpgl_utm.h>#include <vul/vul_file.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 | |
| std::ostream & | operator<< (std::ostream &s, vpgl_geo_camera const &p) |
| Write vpgl_geo_camera to stream. More... | |
| std::istream & | operator>> (std::istream &s, vpgl_geo_camera &p) |
| Read vpgl_perspective_camera from stream. More... | |
| std::ostream& operator<< | ( | std::ostream & | s, |
| vpgl_geo_camera const & | p | ||
| ) |
Write vpgl_geo_camera to stream.
Write camera to stream.
Definition at line 543 of file vpgl_geo_camera.cxx.
| std::istream& operator>> | ( | std::istream & | s, |
| vpgl_geo_camera & | p | ||
| ) |
Read vpgl_perspective_camera from stream.
Read camera from stream.
Definition at line 556 of file vpgl_geo_camera.cxx.
1.8.15