JJ's OpenCV - Spot-It Challenge - SVCV

The first challenge I am attempting is Challenge 3 - Play Spot-It(TM). There are actually quite a variety of the game available as seen on Amazon, but the version we are attempting is what looks to be the original version. Given any two cards, there is one image that can be found on both cards - although scale and rotation may be different.

I have posted my first attempt as a zip file for you to download and review the source code. The pipeline is: scale|gray|blur|Canny|contour(2px)|contour(1px) & blur|houghCircle.

  1. start
  2. gray
  3. blur
  4. Canny
  5. contour(2px)
  6. contour(1px)
  7. houghCircle
Now, I want to use these contours as objects and SURF to find the best matches. (August 2014 - let us see when this happens :)


I have also taken a few more sample images:


by JJ Stiff - jjstiff arroba hotmail punto com - 25 June 2014