필터 지우기
필터 지우기

how to detect oval shape

조회 수: 3 (최근 30일)
Abdul
Abdul 2012년 1월 1일
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

채택된 답변

Walter Roberson
Walter Roberson 2012년 1월 1일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by