added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796...
authorVadim Pisarevsky <no@email>
Fri, 27 Apr 2012 13:06:16 +0000 (13:06 +0000)
committerVadim Pisarevsky <no@email>
Fri, 27 Apr 2012 13:06:16 +0000 (13:06 +0000)
commitc78d056ef69a71794e133cba7e09b44be52b9ca0
tree938344f9b3df6b1a2228c41328853e471591c76d
parent211dfd68fdd22fb270bc38efde716a155441f5c5
added BruteForceMatcher (the older variant of BFMatcher) to legacy (ticket #1796). added test for it. Renamed legacy tests to "Legacy_*"
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/test/test_bruteforcematcher.cpp [deleted file]
modules/legacy/include/opencv2/legacy/legacy.hpp
modules/legacy/test/test_bruteforcematcher.cpp [new file with mode: 0644]
modules/legacy/test/test_em.cpp
modules/legacy/test/test_nearestneighbors.cpp
modules/legacy/test/test_optflow.cpp
modules/legacy/test/test_pyrsegmentation.cpp
modules/legacy/test/test_stereomatching.cpp
modules/legacy/test/test_subdivisions.cpp