Ridler-Calvard image thresholding

Threshold an image using the Ridler-Calvard algorithm

您现在正在关注此提交

I wasn't satisfied with the existing matlab implementations of the Ridler-Calvard algorithm, so I wrote my own.

Besides returning the threshold value, the function can also return the thresholded (binary) image.

The function also allows one to apply a log transform to the image prior to thresholding. The log transform may result in a better threshold, if the variance of the foreground is considerably higher than the variance of the background.

引用格式

Jake Hughey (2026). Ridler-Calvard image thresholding (https://ww2.mathworks.cn/matlabcentral/fileexchange/44255-ridler-calvard-image-thresholding), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Added a tolerance to the convergence.

1.0.0.0