Ask Your Question

thiaguetz's profile - activity

2012-11-13 20:30:47 -0600 received badge  Good Question (source)
2012-10-30 21:42:16 -0600 received badge  Nice Question (source)
2012-10-17 14:37:42 -0600 received badge  Student (source)
2012-10-17 13:34:17 -0600 received badge  Editor (source)
2012-10-17 13:30:21 -0600 asked a question What's the best way to match forms of line drawing?

Hi, I'm building a drawing detector and I would like to search for a drawing done by hand in a static drawing. The idea is to search and match an approximated draw pattern.

I've already tried template matching (with all the available methods) and SURF/SIFT and I had unsatisfactory results.

For example:

The static drawing where I'll do the search:

image description

The form I would like to search for:

image description

The expected output would be:

image description

Thanks!