How to detect edge or contours for Ultrasound Images?

3 次查看(过去 30 天)
I am working with ultrasound images. The region of interest is detected and i need the edge/contours for lesions. I tried some general techniques such as Sobel, Prewitt, Roberts etc. Any suggestions will be appreciated :)

回答(1 个)

Image Analyst
Image Analyst 2013-6-23
If, as you say, "region of interest is detected" then you've done the hard part already. Now all you need to do is to call bwboundaries() to get the (x,y) coordinate pairs for the perimeter of your detected ROI(s).
  2 个评论
Minhaj Nur  Alam
Minhaj Nur Alam 2013-6-24
actually the contour I need is inside the ROI. The image has a lot of speckle and that's why general functions are not working
Image Analyst
Image Analyst 2013-6-24
Yes, speckle is a common problem with ultrasound images.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Ultrasound Imaging 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by