Image Processing - Shared Edge Detection | Fun Project

Опубликовано: 25 Июнь 2026
на канале: AdiTOSH
451
7

This video walks through a challenge in image processing with opencv.
Challenge - You have to allow the user to select any two colours of his/her choice form the input image and then perform image processing and identify the shared boundaries between the two.

Source code: https://github.com/Aditya-Singh-SSJ2/...

Supporting resources:
1. Image Processing Tutorials:    • Image Processing ( ~Video Processing) Tuto...  

2. Head first openCV:    • Reading Video | Image Processing with Open...  

3. Trackbars Code -    • Object Detection By Thresholding HSV Image...  

4. Trackbars explaination backed with maths:    • Image Thresholding | Digital Image Processing  


Chapters:
00:00 Challenge - Problem
02:25 Flow - heads up
03:15 Local setup
04:15 Explore output
08:08 Solution/code explanation