OpenCV speed traffic sign detection

后端 未结 4 1615
再見小時候
再見小時候 2020-12-16 06:37

I have a problem detecting speed traffic signs with opencv 2.4 for Android. I do the following:

\"capture frame -> convert it to HSV -> extract red areas -> detect

4条回答
  •  借酒劲吻你
    2020-12-16 07:20

    have you tried using opencv ORB? it works really well. I created a haar cascade for a traffic sign (roundabout in my case) and used opencv ORB to match features and remove any false positives. For image recognition used Google's tensorflow and results were spectacular.

提交回复
热议问题