How to isolate everything inside of a contour, scale it, and test the similarity to an image?
I’m working on a project just for fun, and my goal is to play online poker and have the program identify the cards that are on the table. I am using OpenCV with python to isolate the area where the cards are going to be. I have been able to take an image of that area, grayscale and threshold it, and draw a contour around the edge of the card. I am now stuck on how to move forward.