Visualize area of multiple shapes

Measure and visualize the area of each individual shape in a binary image.
ダウンロード: 3.5K
更新 2005/3/24

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRegion and Image Properties についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Optimized code