how can i follow canny output?

조회 수: 1 (최근 30일)
nadia
nadia 2016년 10월 26일
댓글: nadia 2016년 10월 27일
I segment a mammography breast image but the border of it is not accurate. I also have canny output of the image. now, I want to expand breast region to outer border of canny, but I do not know how to do it? I insert the output of breast segmentation and canny output below. I want to expand segmentation to outer border of canny. can you help me?
  댓글 수: 1
nadia
nadia 2016년 10월 26일
no one has any suggestion?

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

답변 (1개)

Image Analyst
Image Analyst 2016년 10월 26일
Why did you use canny anyway? Why not just threshold? Or maybe you can use activecontour() for a smoother outline.
  댓글 수: 8
Image Analyst
Image Analyst 2016년 10월 26일
Zero out the pixelCount(1). There's something weird about the histogram so it's not finding the right threshold. It's because the second bin is zero and the first bin is real high. Zeroing out the first bin will fix that.
nadia
nadia 2016년 10월 27일
no, this solution dose not work. because in some other images by zero out the pixelCount(1),threshold become very big and only some white part remain.

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

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by