maximum area
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
how to detect maximum area in image
0 comentarios
Respuestas (1)
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));
0 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!