How to detect curves in a grayscale image?

3 views (last 30 days)
Josephine
Josephine on 23 Apr 2014
Commented: Image Analyst on 23 Apr 2014
How to detect/segment/extract curves in a grayscale image? for e.g. I am using a medical image such as thermal breast image.I would like to detect the lower breast boundaries such as parabolic curves and remove the portions below it.

Answers (1)

Image Analyst
Image Analyst on 23 Apr 2014
Since you haven't provided an image, I just recommend you look for a published algorithm here: http://iris.usc.edu/Vision-Notes/bibliography/contents.html Anyway, we don't do algorithm development, just answer MATLAB questions on syntax, error messages, program flow, etc. There are lots of papers there on medical images. If you just want masking , I might be able to help with that.
  2 Comments
Image Analyst
Image Analyst on 23 Apr 2014
It's where you make everything inside or outside some polygon a certain color, like black or white like the attached examples.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!