Searched refs:cvPtr2D (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 1207 CV_CALL( *data = cvPtr2D( img, 0, 0 )); in cvGetRawData() 1940 ptr = cvPtr2D( arr, y, x, _type ); in cvPtr1D() 2009 cvPtr2D( const CvArr* arr, int y, int x, int* _type ) in cvPtr2D() function 2184 ptr = cvPtr2D( arr, idx[0], idx[1], _type ); in cvPtrND() 2260 ptr = cvPtr2D( arr, y, x, &type ); in cvGet2D() 2402 ptr = cvPtr2D( arr, y, x, &type ); in cvGetReal2D() 2550 ptr = cvPtr2D( arr, y, x, &type ); in cvSet2D() 2670 ptr = cvPtr2D( arr, y, x, &type ); in cvSetReal2D()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 347 #define cvGetPtrAt cvPtr2D 493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx1), 0))
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
|