Playing card detection using OpenCV - on mobile devices -



Playing card detection using OpenCV - on mobile devices -

i played along samples of opencv lib. , want start coding on own. huge possibilities of library lost here.

the "setup": assume table playing cards on it. cards arranged in 2 rows, number of cards per row not fix, has number max. size , shape of cards same, pictures on different (however, not complex). code should able observe each card(picture) , row of card.

the problem: whats best solution that? haar ? ... etc. don´t know whats fastest approach here according run-time. bonus question: if want stuff on mobile device there faster way ?

best regards

someone else had similar question.

in short: seek opencv surf more details see this answer.

opencv detection playing-cards

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -