Is there a similar function like bwareafilt?
5 views (last 30 days)
Show older comments
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 Comments
Answers (2)
Matt J
on 29 Dec 2016
I think you would have to build your own using
S=regionprops(BW,'Area','PixelIdxList');
0 Comments
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!