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

  /external/opencv/cxcore/src/
cxarray.cpp 1207 CV_CALL( *data = cvPtr2D( img, 0, 0 ));
    [all...]
  /external/opencv/cv/include/
cvcompat.h 347 #define cvGetPtrAt cvPtr2D
493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0))
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
    [all...]

Completed in 366 milliseconds