How to separate curved area from a grayscale image

2 views (last 30 days)
How to separate or segment a curved area from the image.
  2 Comments
Image Analyst
Image Analyst on 5 May 2014
Usually people give us an image to look at when they ask for image processing advice. Perhaps thresholding will do it - I have no idea.
Josephine
Josephine on 5 May 2014
Edited: Image Analyst on 5 May 2014
This is the image. I would like to segment the lower curved boundaries and leave the rest portion.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 5 May 2014
There is nothing in MATLAB to do that, at least not a built in function to do the whole process. You could try imfindcircles() but I doubt that will help. You'll have to create an algorithm from lower level functions. You can search visionbib for papers that might help.

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!