Clear Filters
Clear Filters

How can I Implement this matlab function in python

3 views (last 30 days)
BW2 = bwpropfilt(BW,attrib,range)
%For instance I have an image B, I want to extract the region that fall within
% a range of value.
C = bwpropfilt(B,'Area',[men big]);

Answers (0)

Community Treasure Hunt

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

Start Hunting!