Home
last modified time | relevance | path

Searched refs:cvGetReal3D (Results 1 – 7 of 7) 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/opencv3/modules/imgproc/test/
Dtest_histograms.cpp525 val[i] = (float)cvGetReal3D( h, idx[i*3], idx[i*3+1], idx[i*3+2] ); in run_func()
/external/opencv3/modules/core/test/
Dtest_mat.cpp686 cvGetReal3D(&matA, idx0[0], idx0[1], idx0[2]) != val0 || in run()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h702 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
/external/opencv3/modules/core/src/
Darray.cpp2110 cvGetReal3D( const CvArr* arr, int z, int y, int x ) in cvGetReal3D() function