Filter löschen
Filter löschen

maximum area

1 Ansicht (letzte 30 Tage)
Abdul
Abdul am 21 Mär. 2012
how to detect maximum area in image

Antworten (1)

Sean de Wolski
Sean de Wolski am 21 Mär. 2012
Ibw = your_binary_image_to_get_the_area_of;
CC = bwconncomp(Ibw);
max_area = max(cellfun('prodofsize',CC.PixelIdxList));

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by