Borrar filtros
Borrar filtros

using bwareafilt to get area in a range

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 21 de Feb. de 2018
Respondida: Walter Roberson el 21 de Feb. de 2018
i used
bw2 = bwareafilt(bw, [40 50]);
to get regions having area in the range 40-50.
but more than one region is coming. How can i get only one region, either the first region or last region in that particular range

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Feb. de 2018
bw3 = bwareafilt(bw2, 1);

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by