Moved PlanarObjectDetector to the objdetect module
authorIlya Lysenkov <no@email>
Mon, 27 Dec 2010 08:25:31 +0000 (08:25 +0000)
committerIlya Lysenkov <no@email>
Mon, 27 Dec 2010 08:25:31 +0000 (08:25 +0000)
commitdc9e5eda1901bb4786b198b31f3c72c45f90404e
tree9e2c4177b600ad8295cb0f3629f41ae10b4bf527
parent8f0d36b8b6a81be8afb1cf6d1ccdfdd2882d0d56
Moved PlanarObjectDetector to the objdetect module
modules/features2d/CMakeLists.txt
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/planardetect.cpp
modules/objdetect/CMakeLists.txt
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/planardetect.cpp [new file with mode: 0644]
modules/objdetect/src/precomp.hpp
samples/c/find_obj_ferns.cpp