Borrar filtros
Borrar filtros

maximum area

1 visualización (últimos 30 días)
Abdul
Abdul el 21 de Mzo. de 2012
how to detect maximum area in image

Respuestas (1)

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

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by