mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03: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:
@@ -351,6 +351,6 @@ void CV_OptFlowTest::run( int /* start_from */)
|
||||
}
|
||||
|
||||
|
||||
TEST(Video_OpticalFlow, accuracy) { CV_OptFlowTest test; test.safe_run(); }
|
||||
TEST(Legacy_OpticalFlow, accuracy) { CV_OptFlowTest test; test.safe_run(); }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user