#include <iosfwd>#include "vpgl_fundamental_matrix.h"#include "vpgl_essential_matrix.h"#include "vpgl_calibration_matrix.h"#include <vnl/vnl_vector_fixed.h>#include <vnl/vnl_matrix_fixed.h>#include <vnl/vnl_cross_product_matrix.h>#include <vnl/vnl_inverse.h>#include <vnl/algo/vnl_svd.h>#include <vnl/vnl_vector.h>#include <vgl/vgl_point_2d.h>#include <vgl/vgl_point_3d.h>#include <vgl/vgl_homg_point_2d.h>#include <vgl/vgl_homg_line_2d.h>#include <vgl/algo/vgl_homg_operators_2d.h>#include <cassert>Go to the source code of this file.
Macros | |
| #define | vpgl_FUNDAMENTAL_MATRIX_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, vpgl_fundamental_matrix< T > const &p) |
| write vpgl_fundamental_matrix to stream. More... | |
| template<class T > | |
| std::istream & | operator>> (std::istream &s, vpgl_fundamental_matrix< T > &p) |
| Read vpgl_perspective_camera from stream. More... | |
| #define vpgl_FUNDAMENTAL_MATRIX_INSTANTIATE | ( | T | ) |
Definition at line 277 of file vpgl_fundamental_matrix.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| vpgl_fundamental_matrix< T > const & | p | ||
| ) |
write vpgl_fundamental_matrix to stream.
Write vpgl_fundamental_matrix to stream.
Definition at line 259 of file vpgl_fundamental_matrix.hxx.
| std::istream& operator>> | ( | std::istream & | s, |
| vpgl_fundamental_matrix< T > & | p | ||
| ) |
Read vpgl_perspective_camera from stream.
Read vpgl_fundamental_matrix from stream.
Definition at line 267 of file vpgl_fundamental_matrix.hxx.
1.8.15