showregions.m

Display selected regions of a label matrix.
3.9K Downloads
Updated 1 Sep 2016

View License

SHOWREGIONS(L,N) displays the regions of the label matrix L corresponding to the indices listed in the vector N. L is a label matrix generated by the functions BWLABEL or WATERSHED, and N is a vector of indices (positive integers, and zero).

Cite As

Paul Fricker (2024). showregions.m (https://www.mathworks.com/matlabcentral/fileexchange/2788-showregions-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: quadcc, Zernike polynomials

Inspired: quadcc, Zernike polynomials

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.1

Updated license

1.0.0.0

Updated the example in the Help section.