Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/test/
Dtest_emd.cpp49 class CV_EMDTest : public cvtest::BaseTest class
52 CV_EMDTest();
58 CV_EMDTest::CV_EMDTest() in CV_EMDTest() function in CV_EMDTest
62 void CV_EMDTest::run( int ) in run()
93 TEST(Imgproc_EMD, regression) { CV_EMDTest test; test.safe_run(); } in TEST()