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

  /external/opencv/cxcore/include/
cxcore.h 331 For 2d arrays cvGetDimSize(arr,0) returns number of rows (image height)
332 and cvGetDimSize(arr,1) returns number of columns (image width) */
333 CVAPI(int) cvGetDimSize( const CvArr* arr, int index );
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 32 milliseconds