필터 지우기
필터 지우기

Detect elliptic shape in image

조회 수: 3 (최근 30일)
SturmGhost
SturmGhost 2018년 6월 22일
편집: SturmGhost 2018년 6월 22일
I habe an rather complex image to analyse. Here is a quick thumbnail of the image (I attached the full sized image (Image_Full):
Goal is to measure the elliptic shaped hole (radii and area) in the center of the image. I tried the "Ellipse Detection Using 1D Hough Transform" from the File Exchange but I can't finde any suitable settings to get the parameters for the ellipse. When I got this radii and area should be easy.
I also tried variouse image filters to get a better edge image. I obtained the "best" result (in my opinion) by applying Otsu-Methode for image binarisation then using two morphological filters. First I used a closing operation with a round shaped structuring element (3px radius) and then I used a opening operation with a round shaped structuring element (5px radius). After that I used canny-operator to obtain the final edge image. I attached the result in the attachments.
Question is now whats the best method to get the elliptic shape? Maybe you can guide me into the right direction...

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by