Matlab 中 imbinarize 的 2015 替代方案是什么?

What is the 2015 alternative of imbinarize in Matlab?

我需要使用 imbinarize(I, T)。我正在使用 Matlab 2015a。

我可以使用哪个功能?

im2bw 是您正在寻找的旧 Matlab 版本中的等价物。