I tried extracting contours out from an inbuilt function in OpenCV python. 😃
It only detected very small contour, almost 80 detected contours out of 100 were noise not exactly the contour I was hoping to detect. 😅
So I would like to build my own contour detection function in python, I have no idea how to do it? 🤔
Any suggestions to point me in the right direction?