This project showcases contour detection using OpenCV and Python. Contour detection is a technique used to find the outline or shape of objects within an image, and it's commonly used in object ...
reproducibility, clear separation of concerns, and publication-quality visualisation. This repository accompanies ongoing research and is primarily designed for expert users working with solar image ...
Sometimes I have to write stuff so I won't forget how to do it. This is one of those times. In my recent post on the angular size of a soccer goal, I created a contour plot. Despite what you might ...
The way more simple of representing a scalar greatness over a surface is through use of isoline or isogram. In order to do this, values of the same magnitude are connected. Some isolines have special ...
I recently worked on contour detection using OpenCV and Python, comparing different edge detection techniques and their impact on contour quality. I implemented two pipelines: 🔹 Sobel Edge Detection ...