Rectangle Detection through Image Segmentation - Hough Transform-based Approach with MATLAB Implementation
This project implements line detection using Hough Transform to identify rectangular patterns in images and locate their centers. The method leverages image processing techniques and geometric properties of rectangles, validated through practical testing. The algorithm can distinguish rectangles among various shapes (including triangles, circles, hearts, etc.), demonstrating practical applicability. The complete MATLAB package includes working code, sample images, and detection examples with detailed implementation insights.