Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_histograms.cpp521 val[i] = (float)cvGetRealND( h, idx+i*cdims ); in run_func()
895 v = (float)cvGetRealND( sparse, indices.ptr<int>() + i*cdims ); in validate_test_results()
1030 double v1 = (float)cvGetRealND(sparse1, idx); in validate_test_results()
1608 bin_val = (float)cvGetRealND( hist->bins, idx ); in cvTsCalcBackProject()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h707 CVAPI(double) cvGetRealND( const CvArr* arr, const int* idx );
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Darray.cpp2138 cvGetRealND( const CvArr* arr, const int* idx ) in cvGetRealND() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_mat.cpp643 cvGetRealND(&matA, idx1) != -val0 || in run()