Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Defines

Image.h File Reference

Go to the source code of this file.

Classes

struct  internal::traits< image_retval_base< DecompositionType > >
class  internal::image_retval_base< _DecompositionType >

Namespaces

namespace  internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


Defines

#define EIGEN_MAKE_IMAGE_HELPERS(DecompositionType)

Define Documentation

#define EIGEN_MAKE_IMAGE_HELPERS (   DecompositionType )
Value:
typedef typename DecompositionType::MatrixType MatrixType; \
  typedef typename MatrixType::Scalar Scalar; \
  typedef typename MatrixType::RealScalar RealScalar; \
  typedef typename MatrixType::Index Index; \
  typedef Eigen::internal::image_retval_base<DecompositionType> Base; \
  using Base::dec; \
  using Base::originalMatrix; \
  using Base::rank; \
  using Base::rows; \
  using Base::cols; \
  image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \
    : Base(dec, originalMatrix) {}

Definition at line 81 of file Image.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011