资源简介
多维OTSU阈值分割方法,能够实现二维图像多阈值分割
代码片段和文件信息
function [IDXsep] = otsu(In)
%OTSU Global image thresholding/segmentation using Otsu‘s method.
% IDX = OTSU(IN) segments the image I into N classes by means of Otsu‘s
% N-thresholding method. OTSU returns an array IDX containing the cluster
% indices (from 1 to N) of each point. Zero values are assigned to
% non-finite (NaN or Inf) pixels.
%
% IDX = OTSU(I) uses two classes (N=2 default value).
%
% [IDXsep] = OTSU(...) also returns the value (sep) of the separability
% criterion within the range [0 1]. Zero is obtained only with data
% having less than N values whereas one (optimal value) is obtained only
% with N-valued arrays.
%
% Notes:
% -----
% It should be noticed that the thresholds generally become less credible
% as the number of
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6055 2010-03-10 10:35 otsu.m
----------- --------- ---------- ----- ----
6523 3
相关资源
- 图像的自动多阈值分割
- RMSHE 基本原理是将图像根据平均灰度
- 维Capon的宽带信号的matlab仿真代码(
- graphcut 基于图论的知识进行图像分割
- matlab实现肺实质初始分割及采用滚球
- matlab实现的粒子群算法的图像分割算
- 实现二维copula函数的matlab程序
- gbvs 二维图像视觉显著性检测
- mean_shift_segmentation mean shift图像分割软
- MRI_seg
- code 求解二维波动方程
- chapter9 图像分割
- ImageSegmentation 多尺度分水岭变换分割
- regiongrow 利用区域标记进行区域分割
- Otsus 图像分割
- imagesegmentation 压缩文件里有四种图像
- grabcut_matlab 三种基于GraphCut的图像分割
- levelsetcode_CV 在基于的图像分割方法中
- matting 图像抠图是将图像的目标物体从
- SAR_Clutter SAR杂波统计建模方面的源程
- yigechepaishibiedechengxu 车牌识别
- image_processing 本程序是基于Matlab的米粒
- ImageSegament 基于遗传算法的图像分割
- meanshiftsegmentation 均值漂移图像分割测
- bemd 二维经验模态分解
- pts OFDM中的降低PAPR中的pts方法的程序
- LBF “Implicit Active Contours Driven by Loca
- LCV “An efficientlocalChan–Vesemodelforima
- K-mean 基于纹理度量的图像分割
- a-level-set-inariable-distance 李春明提出的
评论
共有 条评论