Yes, OpenCV. For signs detection I used Color Segmentation (red borders) and Circle Hough Transform, objects inside are compared to prepared templates of numbers 0-9, so it recognize only speed limit signs. Machine Learning (neural networks) would be better.
very nice. good work!
M4Xguitar 7 months ago
Yes, OpenCV. For signs detection I used Color Segmentation (red borders) and Circle Hough Transform, objects inside are compared to prepared templates of numbers 0-9, so it recognize only speed limit signs. Machine Learning (neural networks) would be better.
maykel632 1 year ago
@maykel632
can you mail me working demo application...?
I am working on this kind of project....
I have done color segmentation...
but red border is not getting extracted properly.
for color segmentation, I have used hue value.
please reply...
shahswapnil963 1 year ago
@shahswapnil963
I found right values moreless experimentaly.
Don't use only Hue, try to combine that also with Saturation and Value.
maykel632 1 year ago
Can you please give some info about the implementation? Have you used OpenCV and Machine Learning ?
adyandon 1 year ago