News

Dilation: Morphological dilation is performed to enhance the text regions for better recognition. Finding Contours: Contours are identified in the processed image using the cv2.findContours function.
This project implements rectangle detection using OpenCV and Python. The goal of this project is to identify rectangles in an image by applying adaptive thresholding and contour detection techniques, ...