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

/external/opencv/cxcore/src/
H A Dcxarray.cpp2111 cvPtr3D( const CvArr* arr, int z, int y, int x, int* _type ) function
2115 CV_FUNCNAME( "cvPtr3D" );
2289 ptr = cvPtr3D( arr, z, y, x, &type );
2437 ptr = cvPtr3D( arr, z, y, x, &type );
2574 ptr = cvPtr3D( arr, z, y, x, &type );
2698 ptr = cvPtr3D( arr, z, y, x, &type );
/external/opencv/cv/include/
H A Dcvcompat.h495 ((float*)cvPtr3D( (hist)->bins, (idx0), (idx1), (idx2), 0))
/external/opencv/cxcore/include/
H A Dcxcore.h340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,

Completed in 73 milliseconds