You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After saving my input file as 41.jpg and creating empty Images and Output folder
I am simply running
python src\box_detection.py
It seems you are already using 3x3 kernel in your code . I changed it to
kernel = cv2.getStructuringElement(cv2.MORPH_RECT, (5, 5))
but found no difference in output .
Can you suggest code change to lower brightness of image ?
Please see attached image and output is
My aim is to extract each box then read a number from it if it is not empty .
Can you suggest ?
Thanks.
The text was updated successfully, but these errors were encountered: