Ridler-Calvard image thresholding

バージョン 1.1.0.0 (1.63 KB) 作成者: Jake Hughey
Threshold an image using the Ridler-Calvard algorithm
ダウンロード: 1.2K
更新 2013/11/12

ライセンスの表示

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 (2024). Ridler-Calvard image thresholding (https://www.mathworks.com/matlabcentral/fileexchange/44255-ridler-calvard-image-thresholding), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: Automatic Thresholding, Automatic Thresholding, Automatic Thresholding

ヒントを与えたファイル: BiofilmQ, Simple Image Thresholding

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Added a tolerance to the convergence.

1.0.0.0