Macros | Functions
vpgl_fundamental_matrix.hxx File Reference
#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...
 

Macro Definition Documentation

◆ vpgl_FUNDAMENTAL_MATRIX_INSTANTIATE

#define vpgl_FUNDAMENTAL_MATRIX_INSTANTIATE (   T)
Value:
template class vpgl_fundamental_matrix<T >; \
template std::ostream& operator<<(std::ostream&, const vpgl_fundamental_matrix<T >&); \
template std::istream& operator>>(std::istream&, vpgl_fundamental_matrix<T >&)
std::istream & operator>>(std::istream &is, vpgl_local_rational_camera< T > &p)
Read from stream.
std::ostream & operator<<(std::ostream &s, const vpgl_local_rational_camera< T > &p)
Write to stream.

Definition at line 277 of file vpgl_fundamental_matrix.hxx.

Function Documentation

◆ operator<<()

template<class T >
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.

◆ operator>>()

template<class T >
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.