Grayscale Image - Border detection \ Filling a specific region with a colour

조회 수: 2 (최근 30일)
Ashkan Javadzadegan
Ashkan Javadzadegan 2015년 4월 15일
답변: Yuan Chen 2017년 11월 27일
Dear all,
I have a bunch of grayscale binary images of cross sectional views of an artery (Image 1).
What I am trying to do is to detect the artery borderline, shown in red in image 2 and then digitize the detected borderline in terms of X Y values.
Or
to fill the vessel region with a colour as shown in image 3.
I would be very grateful if anyone would help me with this.
Thanks, Ashkan

답변 (2개)

Image Analyst
Image Analyst 2015년 4월 15일
Is it going to always be a perfect circle? Or can it be any crazy shape? If any shape, then can you assume it will always fall into a certain gray level range? If so, just threshold and call imfill(), then call bwboundaries().
  댓글 수: 8
Ashkan Javadzadegan
Ashkan Javadzadegan 2015년 4월 15일
No the vessel is the interior, and I want to make the inetrior bright. But after using the code the exterior part became bright.
I dont know how to threshold to get the interior ...
Image Analyst
Image Analyst 2015년 4월 15일
Very strange. The thresholding app has two scrollbars, one for the lower threshold and one for the upper threshold. Are you saying that when you shifted them down to select a darker gray region, it still highlighted the bright regions and returned the thresholds of the bright region? I think that's highly doubtful and I will have to look into it. What were the gray levels you chose, and what were the ones that it ended up returning and thresholding the image at?

댓글을 달려면 로그인하십시오.


Yuan Chen
Yuan Chen 2017년 11월 27일
a basic idea is to Canny detector to find the edge, then use the hough to find the circle.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by