Visualize area of multiple shapes

Measure and visualize the area of each individual shape in a binary image.
3.5K Downloads
Updated Thu, 24 Mar 2005 09:21:56 +0000

View License

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.

Cite As

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

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

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.0

Optimized code