フィルターのクリア

using bwareafilt to get area in a range

1 回表示 (過去 30 日間)
Elysi Cochin
Elysi Cochin 2018 年 2 月 21 日
回答済み: Walter Roberson 2018 年 2 月 21 日
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

採用された回答

Walter Roberson
Walter Roberson 2018 年 2 月 21 日
bw3 = bwareafilt(bw2, 1);

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by