Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You could also try the following strategy:

  1. Extract the features
  2. Match the features (via FLANN, for most cases the fastest choice)
  3. Compute a homography via RANSAC
  4. Use the homography to warp the detected object from your scene image in the direction of your pattern image. If you do it right, both images must have the same dimension.
  5. Use a similarity measure for your warped and pattern image. For example a normalized cross-correlation will do fine. Or a normalized correlation coefficient...