Is there a similar function like bwareafilt?
1 次查看(过去 30 天)
显示 更早的评论
Dear all,
I want to ask, if there is a similar function like bwareafilt. Because I have Matlab 2011b and this function isn´t functional.
Thank you for your answers.
0 个评论
回答(2 个)
Matt J
2016-12-29
I think you would have to build your own using
S=regionprops(BW,'Area','PixelIdxList');
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!