Alexander Alekhin
c371df4aa2
samples: use findFile() in "python"
6 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
6 years ago
catree
c9fe6f1afe
Add Java and Python code for the following tutorials:
...
- Changing the contrast and brightness of an image!
- Operations with images
6 years ago
Alexander Alekhin
dcb9bc2544
python: eliminate pylint warnings
...
Tested with:
- pylint 1.9.1
7 years ago
catree
9f6108ae7a
Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial.
7 years ago
catree
7e3490959a
Add Java and Python code for morphology tutorials.
7 years ago
cclauss
05c1a3d160
print() is a function in Python 3
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
tribta
08515281b9
Tutorial Image Pyramids
7 years ago
tribta
d068e27420
Tutorial Morph Lines Detection
7 years ago
tribta
18bc4db75c
Tutorial Hit-or-Miss
7 years ago
tribta
bc18fb481f
Tutorial Smoothing Images
7 years ago
tribta
7c65f7ef11
Fixing Bad identations (line 18 to 96)
...
Adding _ to the unused variables for clarity (line 77)
7 years ago
Cartucho
2055bcc807
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
8 years ago
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
8 years ago