Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp1744 class CV_BayesianProbTest : public CV_BaseHistTest class
1749 CV_BayesianProbTest();
1760 CV_BayesianProbTest::CV_BayesianProbTest() in CV_BayesianProbTest() function in CV_BayesianProbTest
1767 void CV_BayesianProbTest::get_hist_params( int test_case_idx ) in get_hist_params()
1774 void CV_BayesianProbTest::init_hist( int test_case_idx, int hist_i ) in init_hist()
1781 int CV_BayesianProbTest::prepare_test_case( int test_case_idx ) in prepare_test_case()
1793 void CV_BayesianProbTest::run_func(void) in run_func()
1799 int CV_BayesianProbTest::validate_test_results( int /*test_case_idx*/ ) in validate_test_results()
1860 TEST(Imgproc_Hist_BayesianProb, accuracy) { CV_BayesianProbTest test; test.safe_run(); } in TEST()