Azzera filtri
Azzera filtri

How to get the boundary points?

3 visualizzazioni (ultimi 30 giorni)
Chathu
Chathu il 2 Mag 2016
Commentato: Chathu il 4 Mag 2016
I have a mask(mask is for an image) which is saved in .mat format. Now, i want to take the boundary of this mask. Is it possible to convert from mask to boundary? Can anyone kindly guide me?

Risposta accettata

Image Analyst
Image Analyst il 2 Mag 2016
Yes. Use bwboundaries() to get a list of (x,y) coorindates. Use bwperim() if you want an image of the outer boundary.
  13 Commenti
Image Analyst
Image Analyst il 4 Mag 2016
Well you just have to figure out what the variable names were when they were saved, and then get back those same names, and make sure you're using the right one in the right place. It's just bookkeeping really. I mean, if the name is maskedRgbImage, it's probably an RGB image and don't use it where a gray scale image or binary (logical) image is expected.
Chathu
Chathu il 4 Mag 2016
Thank you so much Image Analyst. Really appreciate your response.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by