Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_floodfill.cpp46 class CV_FloodFillTest : public cvtest::ArrayTest class
49 CV_FloodFillTest();
74 CV_FloodFillTest::CV_FloodFillTest() in CV_FloodFillTest() function in opencv_test::__anon3e84ea650111::CV_FloodFillTest
89 void CV_FloodFillTest::get_test_array_types_and_sizes( int test_case_idx, in get_test_array_types_and_sizes()
146 double CV_FloodFillTest::get_success_error_level( int /*test_case_idx*/, int i, int j ) in get_success_error_level()
152 void CV_FloodFillTest::fill_array( int test_case_idx, int i, int j, Mat& arr ) in fill_array()
188 void CV_FloodFillTest::run_func() in run_func()
515 void CV_FloodFillTest::prepare_to_validation( int /*test_case_idx*/ ) in prepare_to_validation()
528 TEST(Imgproc_FloodFill, accuracy) { CV_FloodFillTest test; test.safe_run(); } in TEST()