09-15-2008 05:02 AM
09-15-2008 07:39 AM
I'm not sure why you are posting here. If you want to do something in LabVIEW or CVI, you should post here. If you want to do it in matlab, you should probably find a matlab board somewhere.
Now, if I was to do this in LabVIEW, I would just train a template and use pattern matching.
Bruce
09-16-2008 04:42 AM
09-16-2008 10:04 AM
It really depends on your project. Are there multiple logos you are trying to recognize, or just find the one logo? Are the logos going to be different sizes and introduce scaling issues?
If it is always the same logo and always the same size, standard pattern matching would probably work well. I would also consider geometric pattern matching, but that depends more on the logo.
Bruce
09-17-2008 09:21 PM
09-19-2008 10:41 AM
As Bruce mentioned, pattern matching or geometric matching should work for your application as long as the logo has distinct features that can be recognized.
09-24-2008 03:02 PM