1D homogeneous functions More...
Go to the source code of this file.
Classes | |
class | vgl_homg_operators_1d< T > |
1D homogeneous functions. More... | |
Defines | |
#define | VGL_HOMG_OPERATORS_1D_INSTANTIATE(T) "Please #include <vgl/algo/vgl_homg_operators_1d.txx>" |
Functions | |
template<class T > | |
vgl_homg_point_1d< T > | operator* (vnl_matrix_fixed< T, 2, 2 > const &m, vgl_homg_point_1d< T > const &p) |
Transform a point through a 2x2 projective transformation matrix. |
1D homogeneous functions
vgl_homg_operators_1d implements one-dimensional homogeneous functions.
Modifications 3-Feb-07 Peter Vanroose - added get_vector()
Definition in file vgl_homg_operators_1d.h.
#define VGL_HOMG_OPERATORS_1D_INSTANTIATE | ( | T | ) | "Please #include <vgl/algo/vgl_homg_operators_1d.txx>" |
Definition at line 96 of file vgl_homg_operators_1d.h.
vgl_homg_point_1d< T > operator* | ( | vnl_matrix_fixed< T, 2, 2 > const & | m, |
vgl_homg_point_1d< T > const & | p | ||
) |
Transform a point through a 2x2 projective transformation matrix.
Definition at line 119 of file vgl_homg_operators_1d.txx.