Searched refs:cvGetReal3D (Results 1 – 7 of 7) sorted by relevance
/external/opencv/cv/include/ |
D | cvcompat.h | 484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2)))
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 360 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 525 val[i] = (float)cvGetReal3D( h, idx[i*3], idx[i*3+1], idx[i*3+2] ); in run_func()
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 686 cvGetReal3D(&matA, idx0[0], idx0[1], idx0[2]) != val0 || in run()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 702 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 2425 cvGetReal3D( const CvArr* arr, int z, int y, int x ) in cvGetReal3D() function
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 2110 cvGetReal3D( const CvArr* arr, int z, int y, int x ) in cvGetReal3D() function
|