Effacer les filtres
Effacer les filtres

How to quickly select an area of interest in a binarized image?

3 vues (au cours des 30 derniers jours)
B Janssen
B Janssen le 14 Juin 2016
Déplacé(e) : DGM le 5 Jan 2023
Hi, If I have a binarized image showing a black surrounding area with a white area of interest, what would be the best strategy to select specifically the white area of interest only using one mouse click? Thanks!

Réponse acceptée

Image Analyst
Image Analyst le 14 Juin 2016
Use bwselect() in the Image Processing Toolbox.:
BW2 = bwselect(BW,n) displays the image BW on the screen and lets you select the (r,c) coordinates using the mouse. If you omit BW, bwselect operates on the image in the current axes. Use normal button clicks to add points. Press Backspace or Delete to remove the previously selected point. A shift-click, right-click, or double-click selects the final point; press Return to finish the selection without adding a point.
  1 commentaire
B Janssen
B Janssen le 14 Juin 2016
Déplacé(e) : DGM le 5 Jan 2023
Hi Image Analyst, Thanks for your quick response; seems to be working great!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by