OpenCV logo recognition

前端 未结 2 1931
Happy的楠姐
Happy的楠姐 2020-12-04 00:50

I was asked to recognize logo in an image using opencv. The lecturer told me that I don\'t have to do logo detection but logo recognition only. I am using opencv in c++. Can

2条回答
  •  失恋的感觉
    2020-12-04 01:18

    I agree with @Miki , you need to do template matching, my recomendation to you is to use sum of square differences and only use a rigid transformation, you can find a lot of information here. The last is one of the best books that I've red is simple to understand and it have the major part of the equations step by step.

提交回复
热议问题