/cards

Primary LanguagePython

Playing Card Detection with OpenCV

Learning how to use open computer vision by detecting playing cards on a table with a variety of algorithms...

raw

gray and blur

canny edge detection

cards detected

loop through and calculate the difference in a card and and every card in the deck

select the minimum difference

labeled

next steps...

how do you recognize cards that are not all the same and perfectly spread out???