Static Public Member Functions | Static Protected Member Functions
DUtilsCV::Types Class Reference

#include <Types.h>

List of all members.

Static Public Member Functions

template<class T >
static void vectorize (const cv::Mat &V, T *r)

Static Protected Member Functions

template<class TM , class T >
static void vectorize_ (const cv::Mat &V, T *r)

Detailed Description

Definition at line 32 of file Types.h.


Member Function Documentation

template<class T >
void DUtilsCV::Types::vectorize ( const cv::Mat &  V,
T r 
) [static]

Copies a mat to an array

Parameters:
Vcol/row vector or 2D matrix.
rarray where the data, casted to T and in row-major order, will be copied to

Definition at line 61 of file Types.h.

template<class TM , class T >
void DUtilsCV::Types::vectorize_ ( const cv::Mat &  V,
T r 
) [static, protected]

Copies a mat to an array

Parameters:
Vcol/row vector or 2D matrix of type TM.
rarray where the data, casted to T and in row-major order, will be copied to

Definition at line 78 of file Types.h.


The documentation for this class was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:29