#include <vector>#include <fstream>#include "vpgl_local_rational_camera.h"#include <vgl/vgl_point_2d.h>#include <vgl/vgl_point_3d.h>Go to the source code of this file.
Macros | |
| #define | vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| vpgl_local_rational_camera< T > * | read_local_rational_camera (std::string cam_path) |
| Creates a local rational camera from a file. More... | |
| template<class T > | |
| vpgl_local_rational_camera< T > * | read_local_rational_camera (std::istream &istr) |
| read from an open istream. More... | |
| template<class T > | |
| vpgl_local_rational_camera< T > * | read_local_rational_camera_from_txt (std::string cam_path) |
| read camera from txt file (small sat format). More... | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, const vpgl_local_rational_camera< T > &c) |
| Write to stream. More... | |
| #define vpgl_LOCAL_RATIONAL_CAMERA_INSTANTIATE | ( | T | ) |
Definition at line 268 of file vpgl_local_rational_camera.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const vpgl_local_rational_camera< T > & | c | ||
| ) |
Write to stream.
Definition at line 259 of file vpgl_local_rational_camera.hxx.
| vpgl_local_rational_camera<T>* read_local_rational_camera | ( | std::string | cam_path | ) |
Creates a local rational camera from a file.
Definition at line 182 of file vpgl_local_rational_camera.hxx.
| vpgl_local_rational_camera<T>* read_local_rational_camera | ( | std::istream & | istr | ) |
read from an open istream.
Creates a local rational camera from a stream (RPB format).
Definition at line 194 of file vpgl_local_rational_camera.hxx.
| vpgl_local_rational_camera<T>* read_local_rational_camera_from_txt | ( | std::string | cam_path | ) |
read camera from txt file (small sat format).
Definition at line 221 of file vpgl_local_rational_camera.hxx.
1.8.15