Global Threshold computation using Otsu's Method

版本 1.0.0.0 (1.6 KB) 作者: Reza Ahmadzadeh
Global Threshold computation using Otsu's Method
308.0 次下载
更新时间 2015/8/10

查看许可证

Computes the global image threshold using Otsu's method by minimizing the
inter-class variance.
Inputs:

histogramCounts : is the histogram data of the image, that can be calculated
using `imhist` function.

total: is the total number of pixels that can be counted using the
`numel` function.

Output:
ll : is the level of the global threshold in [0 1]

Example:

consider the grayscale image is Ig

>> otsu(imhist(Ig),numel(Ig))
>> 04414

引用格式

Reza Ahmadzadeh (2024). Global Threshold computation using Otsu's Method (https://www.mathworks.com/matlabcentral/fileexchange/52437-global-threshold-computation-using-otsu-s-method), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0