Searched refs:cvGetRealND (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cvaux/include/ |
D | cvaux.hpp | 115 { return m_hist ? (float)cvGetRealND(m_hist->bins, bin) : 0.f; } in query()
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 533 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/ |
D | cvcompat.h | 486 ((float)cvGetRealND( (hist)->bins, (idx)))
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 361 CVAPI(double) cvGetRealND( const CvArr* arr, const int* idx );
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 687 cvGetRealND(&matA, idx1) != -val0 || in run()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 707 CVAPI(double) cvGetRealND( const CvArr* arr, const int* idx );
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 2460 cvGetRealND( const CvArr* arr, const int* idx ) in cvGetRealND() function
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 2138 cvGetRealND( const CvArr* arr, const int* idx ) in cvGetRealND() function
|