#include <cstdlib>#include <iostream>#include <fstream>#include "vgl_h_matrix_1d.h"#include <vgl/vgl_homg_point_1d.h>#include <vnl/vnl_inverse.h>#include <vnl/vnl_vector_fixed.h>#include <vnl/algo/vnl_svd.h>#include <vcl_compiler_detection.h>#include <cassert>#include <vcl_deprecated.h>Go to the source code of this file.
Macros | |
| #define | VGL_H_MATRIX_1D_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &s, vgl_h_matrix_1d< T > const &H) |
| Print H on std::ostream. More... | |
| #define VGL_H_MATRIX_1D_INSTANTIATE | ( | T | ) |
Definition at line 272 of file vgl_h_matrix_1d.hxx.
| std::ostream& operator<< | ( | std::ostream & | s, |
| vgl_h_matrix_1d< T > const & | H | ||
| ) |
Print H on std::ostream.
Definition at line 82 of file vgl_h_matrix_1d.hxx.
1.8.15