BoxDetection icon indicating copy to clipboard operation
BoxDetection copied to clipboard

A Box detection algorithm for any image containing boxes.

Results 5 BoxDetection issues
Sort by recently updated
recently updated
newest added

![41](https://user-images.githubusercontent.com/19471922/117768590-30c0c680-b250-11eb-8a36-1e66d59b73e6.jpg) Please see attached image and output is ![img_final_bin](https://user-images.githubusercontent.com/19471922/117768630-40d8a600-b250-11eb-8b0e-ac88cbc15f9f.jpg) My aim is to extract each box then read a number from it if it is not empty . Can you...

hi, i need to extract the two red boxe and i would use your code to do it but when i execute it i have a bad result. Down here...

Hi, I encounter a problem where a line is recognized as 2 separate lines, so it gives trouble for the contour recognition. Do you have some suggestions on how can...

Can you please tellme how to extract text using co-ordinates of the rectangular box? I tried varying the kernel length for the same. I run the same code for different...

May seem obvious for somewhat seasoned developers. But cv2 isn't installed by default. A `requirements.txt` with the dependencies would already help a lot in setting up a virtual environment &...