maximum area

11 visualizzazioni (ultimi 30 giorni)
Abdul
Abdul il 21 Mar 2012
how to detect maximum area in image

Risposte (1)

Sean de Wolski
Sean de Wolski il 21 Mar 2012
Ibw = your_binary_image_to_get_the_area_of;
CC = bwconncomp(Ibw);
max_area = max(cellfun('prodofsize',CC.PixelIdxList));

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by