Ask Your Question

Revision history [back]

For my bachelor thesis I have to make an app that recognize logos ... the basic idea behind a bachelor or master thesis is that you tackle the problem as a student yourself, not get it solved by the community. Your problem is one of the most frequently tackled cases in computer vision, so please put in some effort. If you wanna go for classification, you will need seperate models, and you might need to go for cascade classifier classification. However I still think this is recognition and not classification, since logo's are rigid and well defined. In that case feature comparison or Bag of Visual Words same much more logical to me.