Clear Filters
Clear Filters

how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

4 views (last 30 days)
how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

Accepted Answer

Walter Roberson
Walter Roberson on 23 Dec 2015
Or just
BW = YourImage > 200;

More Answers (0)

Community Treasure Hunt

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

Start Hunting!