Searched defs:submat (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 1464 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/ |
D | cxcore.h | 206 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()
|