HomeSort by relevance Sort by last modified time
    Searched defs:cvGetRow (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxcore.h 206 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 363 cvGetRow(arr, submat, row) is a shortcut for cvGetRows(arr, submat, row, row+1).
380 CV_INLINE CvMat* cvGetRow( const CvArr* arr, CvMat* submat, int row )
    [all...]

Completed in 157 milliseconds