Add Java and Python code for the following tutorials:
authorcatree <catree.catreus@outlook.com>
Wed, 11 Jul 2018 17:38:16 +0000 (19:38 +0200)
committercatree <catree.catreus@outlook.com>
Wed, 11 Jul 2018 18:14:58 +0000 (20:14 +0200)
commitc9fe6f1afe04a18aec9363a2d672ea5520df155b
treec1335b8937d09eede1d02c61b92690722b808184
parenta29d11240ec23d6aeab0ccda058e91dd73ed9058
Add Java and Python code for the following tutorials:
      - Changing the contrast and brightness of an image!
      - Operations with images
12 files changed:
doc/tutorials/core/basic_linear_transform/basic_linear_transform.markdown
doc/tutorials/core/mat_operations.markdown
doc/tutorials/core/table_of_content_core.markdown
samples/cpp/tutorial_code/ImgProc/BasicLinearTransforms.cpp
samples/cpp/tutorial_code/ImgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.cpp
samples/cpp/tutorial_code/core/mat_operations/mat_operations.cpp [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/changing_contrast_brightness_image/BasicLinearTransformsDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/changing_contrast_brightness_image/ChangingContrastBrightnessImageDemo.java [new file with mode: 0644]
samples/java/tutorial_code/core/mat_operations/MatOperations.java [new file with mode: 0644]
samples/python/tutorial_code/core/mat_operations/mat_operations.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/BasicLinearTransforms.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.py [new file with mode: 0644]