I’ve been using cv2 with object detection/classification applications. I need to find a way to separate images (photos) contained in a scan image into separate cropped photos. For example this scan of images:
This would be separated into separate images, cropped and rotated correctly. These won’t just be cats or anything I would use object recognition for - I just need a way to detect a probable rectangular box for each. The background would be uniform approximately white (as the scans are color and the background is actually color as well). Any pointers/projects to where I should look using OpenCV?