opencv/samples/python/tutorial_code/imgProc
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
2020-11-18 13:32:24 +01:00
..
anisotropic_image_segmentation fix missing 0.5 factor in anisotropic segmentation tutorial 2020-08-30 10:17:50 +02:00
BasicGeometricDrawing Merge pull request #14733 from SchultzC:3.4 2019-06-06 13:02:45 +03:00
changing_contrast_brightness_image fix pylint warnings 2019-10-16 18:49:33 +03:00
erosion_dilatation Update and expand erosion / dilation tutorial 2020-11-18 13:32:24 +01:00
HitMiss python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
hough_line_transform samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
match_template print() is a function in Python 3 2018-05-03 07:12:12 +02:00
morph_lines_detection Changed to integer division 2019-06-06 14:50:45 -07:00
opening_closing_hats samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
Pyramids samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
Smoothing samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
threshold samples: use findFile() in "python" 2018-11-16 18:08:22 +00:00
threshold_inRange FIx misc. source and comment typos 2019-08-15 13:09:52 +03:00