Searched refs:cvPtr3D (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 2111 cvPtr3D( const CvArr* arr, int z, int y, int x, int* _type ) in cvPtr3D() function 2289 ptr = cvPtr3D( arr, z, y, x, &type ); in cvGet3D() 2437 ptr = cvPtr3D( arr, z, y, x, &type ); in cvGetReal3D() 2574 ptr = cvPtr3D( arr, z, y, x, &type ); in cvSet3D() 2698 ptr = cvPtr3D( arr, z, y, x, &type ); in cvSetReal3D()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 495 ((float*)cvPtr3D( (hist)->bins, (idx0), (idx1), (idx2), 0))
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
|