Borrar filtros
Borrar filtros

Detecting circles and lines in a image

4 visualizaciones (últimos 30 días)
Shilpa Sharma
Shilpa Sharma el 28 de Mzo. de 2017
Respondida: Santhana Raj el 31 de Mzo. de 2017
The user is suppose to upload a image. I need the program to check the image if it contains any circle or line patterns. I have used Gabor filter to detect lines of the image and circular Hough Transform for circles. I need to combine the two such that the if circles are detected, it goes to the CHT part else gabor filter is used. But circles are detected in the images consisting only lines. How can I distinguish lines and circles and reduce the error that is produced?

Respuestas (1)

Santhana Raj
Santhana Raj el 31 de Mzo. de 2017
You can use Hough transform to detect lines also. Instead of gabor, use a universal hough transform to detect both lines and circles.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by