Home
last modified time | relevance | path

Searched refs:cvGetRealND (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cvaux/include/
Dcvaux.hpp115 { return m_hist ? (float)cvGetRealND(m_hist->bins, bin) : 0.f; } in query()
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp533 val[i] = (float)cvGetRealND( h, idx+i*cdims ); in run_func()
910 v = (float)cvGetRealND( sparse, indices->data.i + i*cdims ); in validate_test_results()
1045 double v1 = (float)cvGetRealND(sparse1, idx); in validate_test_results()
1518 bin_val = (float)cvGetRealND( hist->bins, idx ); in cvTsCalcBackProject()
/external/opencv/cv/include/
Dcvcompat.h486 ((float)cvGetRealND( (hist)->bins, (idx)))
/external/opencv/cxcore/include/
Dcxcore.h361 CVAPI(double) cvGetRealND( const CvArr* arr, const int* idx );
/external/opencv3/modules/core/test/
Dtest_mat.cpp687 cvGetRealND(&matA, idx1) != -val0 || in run()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h707 CVAPI(double) cvGetRealND( const CvArr* arr, const int* idx );
/external/opencv/cxcore/src/
Dcxarray.cpp2460 cvGetRealND( const CvArr* arr, const int* idx ) in cvGetRealND() function
/external/opencv3/modules/core/src/
Darray.cpp2138 cvGetRealND( const CvArr* arr, const int* idx ) in cvGetRealND() function