Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>While image training is "non-trivial" as @Brian said, that will actually be a pretty easy program to write. What you need to do is develop haar classifiers for the dice. You will need 6 classifiers total. The classifiers are the key to good image recongnition, and haar classifiers are the best there are right now. They take a long time to make. Here are some good links to get you familiarized with haar cascades:</p> <p><a href="http://www.computer-vision-software.com/blog/2009/11/faq-opencv-haartraining/" rel="noreferrer">http://www.computer-vision-software.com/blog/2009/11/faq-opencv-haartraining/</a></p> <p><a href="http://www.cognotics.com/opencv/docs/1.0/haartraining.htm" rel="noreferrer">http://www.cognotics.com/opencv/docs/1.0/haartraining.htm</a></p> <p><a href="http://note.sonots.com/SciSoftware/haartraining.html" rel="noreferrer">http://note.sonots.com/SciSoftware/haartraining.html</a></p> <p>Check out this guys youtube video and then download his source from the link he provides in the video to see how he applied the cascade files in EmguCV. It will be something for you to build on.</p> <p><a href="http://www.youtube.com/watch?v=07QAhRJmcKQ" rel="noreferrer">http://www.youtube.com/watch?v=07QAhRJmcKQ</a></p> <p>This site posts the link to some source for nice little tool that adds a little automation to cropping the images and creating the index files needed for the creation of the haar cascades. I used it a few months back and I couldn't get it to work right, but I modified it and it worked great for haar (not HMM). If you want the version I modified post back and I will get it to you.</p> <p><a href="http://sandarenu.blogspot.com/2009/03/opencv-haar-training-resources.html" rel="noreferrer">http://sandarenu.blogspot.com/2009/03/opencv-haar-training-resources.html</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload