Move C API of opencv_objdetect to separate file
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 12 Apr 2013 08:11:11 +0000 (12:11 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 12 Apr 2013 10:37:01 +0000 (14:37 +0400)
commit5e048d1fa5ee1277669b784f650e310c3233f71d
tree8b1f9dbbbeaffc954300567f8636b62a66efc275
parente5a33723fcabc6fc266c0ccf9b407de421da821f
Move C API of opencv_objdetect to separate file

Also move cv::linemod to own header
32 files changed:
include/opencv/cv.h
include/opencv/cv.hpp
include/opencv/cvaux.h
modules/contrib/include/opencv2/contrib.hpp
modules/objdetect/include/opencv2/objdetect.hpp
modules/objdetect/include/opencv2/objdetect/linemod.hpp [new file with mode: 0644]
modules/objdetect/include/opencv2/objdetect/objdetect_c.h [new file with mode: 0644]
modules/objdetect/src/_lsvm_routine.h
modules/objdetect/src/_lsvmparser.h
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/datamatrix.cpp
modules/objdetect/src/haar.cpp
modules/objdetect/src/hog.cpp
modules/objdetect/src/latentsvmdetector.cpp
modules/objdetect/src/linemod.cpp
modules/objdetect/src/matching.cpp
modules/objdetect/test/test_cascadeandhog.cpp
modules/objdetect/test/test_latentsvmdetector.cpp
modules/python/src2/cv2.cpp
modules/superres/src/btv_l1_gpu.cpp
samples/c/convert_cascade.c
samples/c/facedetect.cpp
samples/c/latentsvmdetect.cpp
samples/c/smiledetect.cpp
samples/cpp/dbt_face_detection.cpp
samples/cpp/peopledetect.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection.cpp
samples/cpp/tutorial_code/objectDetection/objectDetection2.cpp
samples/gpu/cascadeclassifier.cpp
samples/gpu/hog.cpp
samples/gpu/houghlines.cpp
samples/gpu/performance/performance.cpp