views:

183

answers:

1

I have a simple photograph that may or may not include a logo image. I'm trying to identify whether a picture includes the logo shape or not. The logo (rectangular shape with a few extra features) could be of various sizes and could have multiple occurrences. I'd like to use Computer Vision techniques to identify the location of these logo occurrences. Can someone point me in the right direction (algorithm, technique?) that can be used to achieve this goal?

I'm quite a novice to Computer Vision so any direction would be very appreciative.

Thanks!

+4  A: 
AVB
+1: Good answer. Just wanted to add that SIFT is patented in the US. There are other alternatives like SURF if that is a problem.
kigurai