Dear community,
I have the attached scan of miltiple parking receipts. I need to split this image into single receipts. Is this, in theory, possible to with the use of findContours? If yes, what is the best approach? I’ve been playing with blur and canny settings, but I only got noise or nothing.
Thanks
vm
if they were lying flat, the task would be immensely less impossible.
You could trie using connnectedComponents, this would allow you to split them into one receipt per page, you could give it a try, though receipts are too close to each other and the background colour too.