OpenCV Combining SURF with Neural Network

后端 未结 3 417
一整个雨季
一整个雨季 2021-02-06 07:00

I want to recognize Vehicles(Cars, Bikes etc.) from a static image. I was thinking of using SURF to get me useful keypoints and descrip

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-06 07:42

    My suggestion is to observe BOW instead of neural network. See here an example of using SURF with Bag Of Words model for object classification (first part,second part). To improve classification performance you could to try to replace Naive Bayes Classifier with SVM. Also, author provided good source code example. I think it's a good point to start.

提交回复
热议问题