Add Java and Python code for cascade classifier and HDR tutorials.
authorcatree <catree.catreus@outlook.com>
Thu, 7 Jun 2018 18:14:16 +0000 (20:14 +0200)
committercatree <catree.catreus@outlook.com>
Fri, 8 Jun 2018 17:30:30 +0000 (19:30 +0200)
commitafa5b0cc93ca185153de02007f2c435c8aed1979
tree9ba1b6e97f84916620a54d4c66ba3d815ca8ec34
parent1187a7fa345b98b49d366fb6f8857486168f636f
Add Java and Python code for cascade classifier and HDR tutorials.
13 files changed:
doc/py_tutorials/py_objdetect/py_face_detection/py_face_detection.markdown
doc/py_tutorials/py_photo/py_hdr/images/ldr_debevec.jpg [moved from doc/py_tutorials/py_photo/py_hdr/images/ldr_debvec.jpg with 100% similarity]
doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.markdown
doc/tutorials/objdetect/table_of_content_objdetect.markdown
doc/tutorials/photo/hdr_imaging/hdr_imaging.markdown
doc/tutorials/photo/table_of_content_photo.markdown
samples/cpp/tutorial_code/objectDetection/objectDetection.cpp
samples/cpp/tutorial_code/photo/hdr_imaging/hdr_imaging.cpp
samples/java/tutorial_code/objectDetection/cascade_classifier/ObjectDetectionDemo.java [new file with mode: 0644]
samples/java/tutorial_code/photo/hdr_imaging/HDRImagingDemo.java [new file with mode: 0644]
samples/python/tutorial_code/objectDetection/cascade_classifier/objectDetection.py [new file with mode: 0644]
samples/python/tutorial_code/photo/hdr_imaging/hdr_imaging.py [new file with mode: 0644]