Searched refs:cvPtr2D (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp1207 CV_CALL( *data = cvPtr2D( img, 0, 0 ));
1940 ptr = cvPtr2D( arr, y, x, _type );
2009 cvPtr2D( const CvArr* arr, int y, int x, int* _type ) function
2013 CV_FUNCNAME( "cvPtr2D" );
2184 ptr = cvPtr2D( arr, idx[0], idx[1], _type );
2260 ptr = cvPtr2D( arr, y, x, &type );
2402 ptr = cvPtr2D( arr, y, x, &type );
2550 ptr = cvPtr2D( arr, y, x, &type );
2670 ptr = cvPtr2D( arr, y, x, &type );
/external/opencv/cv/include/
H A Dcvcompat.h347 #define cvGetPtrAt cvPtr2D
493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0))
/external/opencv/cxcore/include/
H A Dcxcore.h339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );

Completed in 26 milliseconds