Borrar filtros
Borrar filtros

how to detect oval shape

3 visualizaciones (últimos 30 días)
Abdul
Abdul el 1 de En. de 2012
i want to detect oval shape only in image. how can i do this using matlab in easy way. http://i1108.photobucket.com/albums/h404/abdulhadi3/ConferenceSurveyForm.png

Respuesta aceptada

Walter Roberson
Walter Roberson el 1 de En. de 2012
Probably much like the code Chandra provided you for detecting squares, except changing the arguments to the rectangle() call a bit. The rectangle() call is able to draw ovals if you give it the proper arguments. regionprops() can tell you the major and minor axes of the object.

Más respuestas (0)

Categorías

Más información sobre Image Segmentation and Analysis 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!

Translated by