This project demonstrates a basic image processing pipeline using OpenCV in Python. It loads an image, converts it to grayscale, applies Gaussian blur, detects edges using the Canny algorithm, finds ...