How to separate curved area from a grayscale image

2 visualizzazioni (ultimi 30 giorni)
How to separate or segment a curved area from the image.
  2 Commenti
Image Analyst
Image Analyst il 5 Mag 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 il 5 Mag 2014
Modificato: Image Analyst il 5 Mag 2014
This is the image. I would like to segment the lower curved boundaries and leave the rest portion.

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 5 Mag 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.

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by