DUtilsCV::Mat Class Reference

List of all members.

Static Public Member Functions

static void removeRows (cv::Mat &m, std::vector< unsigned int > &rows)
static void removeRows (cv::Mat &m, const std::vector< unsigned int > &rows)
static void _removeRows (cv::Mat &m, const std::vector< unsigned int > &rows)

Static Protected Member Functions

template<class T >
static void _removeRowsContinuous (cv::Mat &m, const std::vector< unsigned int > &rows)
static void _removeRowsNonContinuous (cv::Mat &m, const std::vector< unsigned int > &rows)

Member Function Documentation

void Mat::_removeRows ( cv::Mat &  m,
const std::vector< unsigned int > &  rows 
) [static]

Removes rows from a matrix

Parameters:
m matrix to modify
rows indices of rows to remove. This vector must contain valid indices, in [0, m.rows), in ascending order and without repeated items
template<class T >
void DUtilsCV::Mat::_removeRowsContinuous ( cv::Mat &  m,
const std::vector< unsigned int > &  rows 
) [inline, static, protected]

Removes rows from a matrix with continuous data type T

Parameters:
m matrix to modify. isContinuous must hold
rows indices of rows to remove. This vector must contain valid indices, in [0, m.rows), in ascending order and without repeated items
void Mat::_removeRowsNonContinuous ( cv::Mat &  m,
const std::vector< unsigned int > &  rows 
) [static, protected]

Removes rows from a matrix with data type T

Parameters:
m matrix to modify
rows indices of rows to remove. This vector must contain valid indices, in [0, m.rows), in ascending order and without repeated items
void Mat::removeRows ( cv::Mat &  m,
const std::vector< unsigned int > &  rows 
) [static]

Removes rows from a matrix

Parameters:
m matrix to modify
rows indices of rows to remove
void Mat::removeRows ( cv::Mat &  m,
std::vector< unsigned int > &  rows 
) [static]

Removes rows from a matrix

Parameters:
m matrix to modify
rows indices of rows to remove. This vector is modified

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations
Generated on Thu Feb 7 19:22:00 2013 by  doxygen 1.6.3