mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*"
This commit is contained in:
@@ -444,5 +444,5 @@ protected:
|
||||
}
|
||||
};
|
||||
|
||||
TEST(ML_CvEM, accuracy) { CV_CvEMTest test; test.safe_run(); }
|
||||
TEST(ML_CvEM, save_load) { CV_CvEMTest_SaveLoad test; test.safe_run(); }
|
||||
TEST(Legacy_CvEM, accuracy) { CV_CvEMTest test; test.safe_run(); }
|
||||
TEST(Legacy_CvEM, save_load) { CV_CvEMTest_SaveLoad test; test.safe_run(); }
|
||||
|
||||
Reference in New Issue
Block a user