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 次查看(过去 30 天)
how do I make a binary image by specifying a threshold? for example more than intensity 200 be 1 and less than be 0?

采纳的回答

Walter Roberson
Walter Roberson 2015-12-23
Or just
BW = YourImage > 200;

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by