Object Recognition from Templates
Posted
by JonLeah
on Stack Overflow
See other posts from Stack Overflow
or by JonLeah
Published on 2010-04-24T17:54:10Z
Indexed on
2010/04/24
18:03 UTC
Read the original article
Hit count: 227
image-processing
|opencv
Hi Guys,
I was hoping someone could point me in the right direction here. With a picture of a die (from above) I want to recognize which side is up.
I understand the basics in play here, but I'm having trouble grasping the power of OpenCV. I imagine I want a picture of each side of the die. Then I can somehow compare them all to the current image to be classified. How can I use OpenCV to do this?
Thanks, Jonathan
© Stack Overflow or respective owner