Image Selection in freeform

1 vue (au cours des 30 derniers jours)
Deepan Jayakumar
Deepan Jayakumar le 24 Fév 2024
Commenté : Deepan Jayakumar le 26 Fév 2024
I want to select some regions in my image and I want to do it in freefrom manner. Is there any way?

Réponses (1)

DGM
DGM le 24 Fév 2024
Use drawfreehand() to create an ROI object interactively. Once done, use createMask() to convert the ROI object into a logical mask. Then do whatever you need to do using the mask.
  1 commentaire
Deepan Jayakumar
Deepan Jayakumar le 26 Fév 2024
Thank you I will use the method

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by