put the detection-based tracker back (to objdetect module), so that the Android face...
authorVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Tue, 24 Jun 2014 17:16:09 +0000 (21:16 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Tue, 24 Jun 2014 17:16:09 +0000 (21:16 +0400)
commit07c0d50edf15e748e4d9f23f99a4c1fe1964dbfd
tree233e9e885977e49caa697fa6549a950673f3d7b4
parent3858f2291d64652a82fea930ba5c598045633843
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
modules/core/doc/dynamic_structures.rst
modules/objdetect/include/opencv2/objdetect.hpp
modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp [new file with mode: 0644]
modules/objdetect/src/detection_based_tracker.cpp [new file with mode: 0644]
samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp
samples/cpp/dbt_face_detection.cpp [new file with mode: 0644]