Visualize area of multiple shapes

Measure and visualize the area of each individual shape in a binary image.
3.5K descargas
Actualizado 24 Mar 2005

Ver licencia

This is an extension of the Image Processing Toolbox functions BWAREA and REGIONPROPS. On one hand BWAREA allows for two types of area measurements ('digital', or sum of pixels and 'analog'), but cumulates into a single value the areas of all non-connected shapes in an image; while on the other hand REGIONPROPS gives the area of all shapes individually, but expressed only in the 'digital' mode. The present function - BWAREAN - provides individual measurements of both types. In addition to its use as a measuring tool, BWAREAN helps the visualization of the results by generating an image in which each shape is labeled with the value of its area (similar to BWLABEL). Type BWAREAN_DEMO; at Matlab prompt with image file textsample.png in the working directory.

Citar como

Vlad Atanasiu (2024). Visualize area of multiple shapes (https://www.mathworks.com/matlabcentral/fileexchange/7068-visualize-area-of-multiple-shapes), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Optimized code