Home
last modified time | relevance | path

Searched refs:cvGetReal3D (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/include/
Dcvcompat.h484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2)))
/external/opencv/cxcore/include/
Dcxcore.h360 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
/external/opencv/cxcore/src/
Dcxarray.cpp2425 cvGetReal3D( const CvArr* arr, int z, int y, int x ) in cvGetReal3D() function