Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp789 class CV_ThreshHistTest : public CV_BaseHistTest class
792 CV_ThreshHistTest();
793 ~CV_ThreshHistTest();
809 CV_ThreshHistTest::CV_ThreshHistTest() in CV_ThreshHistTest() function in CV_ThreshHistTest
818 CV_ThreshHistTest::~CV_ThreshHistTest() in ~CV_ThreshHistTest()
824 void CV_ThreshHistTest::clear() in clear()
832 int CV_ThreshHistTest::prepare_test_case( int test_case_idx ) in prepare_test_case()
881 void CV_ThreshHistTest::run_func(void) in run_func()
887 int CV_ThreshHistTest::validate_test_results( int /*test_case_idx*/ ) in validate_test_results()
1854 TEST(Imgproc_Hist_Threshold, accuracy) { CV_ThreshHistTest test; test.safe_run(); } in TEST()