I have several images for which i need to do OMR by detecting checkboxes using computer vision.
I\'m using findContours to draw contours only on the checkboxes in sc
Well... Are the checkboxes always in that region of the image? The checkboxes Always maintain the same size area on the image?
If yes, you can run findContours only in that region of the image...
Or maybe the Template Matching with Multiple Objects, example from OpenCV docs: https://docs.opencv.org/3.4.3/d4/dc6/tutorial_py_template_matching.html