FHROI: Interactive freehand ROI
FHROI: Interactively specify 2D freehand ROI
Overlays an imfreehand ROI on an image.
Gives the ability to tweak the ROI by adding and
subtracting regions as needed, while updating
the ROI boundaries as an overlay on the image.
Returns a logical matrix of the same size as the
overlain image.
Requires alphamask:
http://www.mathworks.com/matlabcentral/fileexchange/34936
Usage:
bwMask = fhroi([axHandle])
axHandle: handle to axes on which to operate (optional)
bwMask: ROI mask as logical matrix
Example:
figure;
I = rand(20) + eye(20);
imshow(I, [], 'Colormap', hot, 'initialMagnification', 1000);
bwMask = fhroi;
See also IMFREEHAND, CREATEMASK
Citation pour cette source
Andrew Davis (2025). FHROI: Interactive freehand ROI (https://www.mathworks.com/matlabcentral/fileexchange/34890-fhroi-interactive-freehand-roi), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > ROI-Based Processing >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.2.0.0 | re-submission of the file since it didn't update last time |
||
1.1.0.0 | - Added 'delete ROI' user option
|
||
1.0.0.0 |