Learn how to use trackbars for edge detection using OpenCV and Python.
---RESOURCES---
https://github.com/codegiovanni/Edge_detection.git
OpenCV
Trackbar:
https://docs.opencv.org/3.4/d7/dfc/group__highgui.html#gaf78d2155d30b728fc413803745b67a9b
Contours:
https://docs.opencv.org/3.4/d3/dc0/group__imgproc__shape.html#ga17ed9f5d79ae97bd4c7cf18403e1689a
https://docs.opencv.org/3.4/d6/d6e/group__imgproc__draw.html#ga746c0625f1781f1ffc9056259103edbc
Canny:
https://docs.opencv.org/3.4/dd/d1a/group__imgproc__feature.html#ga04723e007ed888ddf11d9ba04e2232de
GaussianBlur:
https://docs.opencv.org/3.4/d4/d86/group__imgproc__filter.html#gaabe8c836e97159a9193fb0b11ac52cf1
Dilate:
https://docs.opencv.org/3.4/d4/d86/group__imgproc__filter.html#ga4ff0f3318642c4f469d0e11f242f3b6c
PutText:
https://docs.opencv.org/3.4/d6/d6e/group__imgproc__draw.html#ga5126f47f883d730f633d74f07456c576
---TIMESTAMPS---
00:00 | Intro
00:18 | Image modification
05:13 | Image stacking and drawing contours
08:35 | Labeling stacked images
11:04 | Trackbar
14:39 | Outro
---PLAYLIST---
https://www.youtube.com/watch?v=8g2Sgjtm4y4&list=PLzbUTGCR0Cz3SktWSbgw_UckN8fscn7Xy
---SOCIAL MEDIAS---
GitHub: https://github.com/codegiovanni
FaceBook: https://www.facebook.com/profile.php?id=100072002955758
---TAGS---
GiovaniCode
Python
OpenCV
Edge detection
Image modification
Contour detection
Trackbar