Home
last modified time | relevance | path

Searched defs:submat (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxarray.cpp1464 cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect ) in cvGetSubRect()
1515 cvGetRows( const CvArr* arr, CvMat* submat, in cvGetRows()
1574 cvGetCols( const CvArr* arr, CvMat* submat, int start_col, int end_col ) in cvGetCols()
1623 cvGetDiag( const CvArr* arr, CvMat* submat, int diag ) in cvGetDiag()
/external/opencv/cxcore/include/
Dcxcore.h206 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row ) in cvGetRow()
217 CV_INLINE CvMat* cvGetCol( const CvArr* arr, CvMat* submat, int col ) in cvGetCol()