otsu.m.zip

版本 1.1.0.0 (1.1 KB) 作者: 2one
Otsu thresholding for image segmentation
1.1K 次下载
更新时间 2014/10/17

查看许可证

% otsu.m
%
% Otsu image thresholding (for image thresholds > 0)
%
% Otsu, N., "A Threshold Selection Method from Gray-Level Histograms," IEEE Transactions on Systems, Man, and Cybernetics, Vol.
% 9, No. 1, 1979, pp. 62-66.
%
% Similar to MATLAB function graythresh.m
%
% input: image (IM)
% output: binary image (IM_OTSU) and optimal threshold value
%

引用格式

2one (2024). otsu.m.zip (https://www.mathworks.com/matlabcentral/fileexchange/47103-otsu-m-zip), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

description

1.0.0.0