Home
last modified time | relevance | path

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

/external/opencv3/modules/core/test/
Dtest_rand.cpp12 bool check_pdf(const Mat& hist, double scale, int dist_type,
36 bool Core_RandTest::check_pdf(const Mat& hist, double scale, in check_pdf() function in Core_RandTest
241 if( !check_pdf(hist[c], 1./W[c], dist_type, refval, realval) ) in run()