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:
Vadim Pisarevsky
2012-04-27 13:06:16 +00:00
parent 211dfd68fd
commit c78d056ef6
10 changed files with 228 additions and 219 deletions

View File

@@ -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(); }