Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create a real-time logo detection and recognition system using matlab

hai friends..i want to do a real-time logo detection and recognition system using matlab but i don't no how to create that..if someone can tell the solution,i really appreciate that..thanks
0 Kudos
Message 1 of 7
(5,349 Views)

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

Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 7
(5,345 Views)
thank u 2 bruce..i just post this question at this website.. i just wanna get some idea 4 my project ..
0 Kudos
Message 3 of 7
(5,326 Views)

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

Bruce Ammons
Ammons Engineering
0 Kudos
Message 4 of 7
(5,316 Views)
my project is about to detect and recognise a 'halal's logo..it means use real-time concept. we take pictures using webcam and the system will display that the logo is legal or not. at this time, i just  want to try 2 or 3 different types of 'halal's logo..i have sent an emel to matlab@yahoogroups but no reply..the size of the logo is same but a bit different at the design of the logo.
0 Kudos
Message 5 of 7
(5,292 Views)

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.

 

 

Vivek Nath
National Instruments
Applications Engineer
Machine Vision
0 Kudos
Message 6 of 7
(5,267 Views)
You may also use OCR to detect characters of the word "Halal".
Waleed El-Badry MSc.,MCPD, ISTQB Certified Tester
Assistant Lecturer
Mechatronics Department
Faculty of Engineering
Misr University for Science & Technology



View Waleed El-Badry's profile on LinkedIn

0 Kudos
Message 7 of 7
(5,224 Views)