Detecting rectangle using Hough Transform in real road images
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi!
I wanna detect road sign based on shape detection
so what I need to do first is detecting rectangle.
I extracted line segments from original image using Hough Transform, and I attached example.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154820/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154828/image.jpeg)
As u can see, every single line(different color) contains 4 values, which means 2 points.
My problem is the lines are incomplete to be rectangle, cuz it's not connected.
Anyone has ideas to solve it???
Thx in advance!
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!