Christos Malliaridis
3c25fd1ba5
Update and expand erosion / dilation tutorial
...
- Add python explanation for erosion and dilation
- Add java explanation for erosion and dilation
- Restructure and reword specific sections
4 years ago
dmici
6876f3b91d
fix missing 0.5 factor in anisotropic segmentation tutorial
4 years ago
Alexander Alekhin
0e40c8a031
fix pylint warnings
...
pylint 1.8.3
5 years ago
luz.paz
57ccf14952
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
5 years ago
SchultzC
1e6e18ff05
Changed to integer division
6 years ago
SchultzC
3833d86f0f
Merge pull request #14733 from SchultzC:3.4
...
* cast positional arguments to int
* Changed to integer division based
* removed white space
* removed white space
6 years ago
Pedro Ferreira da Costa
9cef78b685
Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial
...
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file.
* fix doxygen warnings
6 years ago
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