Extending template_matching tutorial with Java (#8043)
authorCartucho <joaocartuchoo@gmail.com>
Thu, 11 May 2017 21:42:04 +0000 (22:42 +0100)
committerMaksim Shabunin <maksim.shabunin@gmail.com>
Thu, 11 May 2017 21:42:04 +0000 (00:42 +0300)
commit2055bcc807714c01b5d1fe8d169f894d5b3d5302
tree5490a8cbea7b4a6e69ef32b3146327fdf15293b9
parent3b669149d24a4beb3187aa2fe33c188f8b9fd0b8
Extending template_matching tutorial with Java (#8043)

* Extending template_matching tutorial with Java

* adding mask to java version of the tutorial

* adding the python toggle and code

* updating table of content

* adding py and java to table of content

* adding mask to python

* going back to markdown with duplicated text

* non duplicated text
doc/footer.html
doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown
doc/tutorials/imgproc/table_of_content_imgproc.markdown
samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp
samples/java/tutorial_code/ImgProc/tutorial_template_matching/MatchTemplateDemo.java [new file with mode: 0644]
samples/python/tutorial_code/imgProc/match_template/match_template.py [new file with mode: 0644]