搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
自适应阈值法分割图像
- 本代码是自适应阈值法分割图像的典型源码,对运动目标检测及提取等非常实用。
opencv 自适应阈值处理图像
- 自学opencv时编的小程序 希望对初学者有帮助
adaptivethresholdImageSeg_Text
- 自适应阈值的图像分割及文字提取技术,matlab,对学习基本原理有帮助,Adaptive threshold for image segmentation and text extraction technology, matlab, the basic principles of learning will help
基于Otsu法自适应阈值的图像分割研究
- 基于Otsu法自适应阈值的图像分割研究 论文,Otsu method based on adaptive threshold for image segmentation research papers
jj.rar
- 不规则光照下自适应阈值的前景背景分离算法源代码,相当好用哦,Irregular light of the prospects of adaptive threshold background separation algorithm source code, very easy to use, oh
GrayToWhiteBlack
- C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
用matlab实现自适应图像阈值分割最大类方差法代码
- 这是一个关于图像自适应阈值分割的方法--最大类方差,这是该方法实现的代码
thresholdadaptive200810
- 实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
AutomaticThresholdSettingfortheSequential
- AutomaticThresholdSettingfortheSequential 自适应阈值的介绍-Adaptive threshold AutomaticThresholdSettingfortheSequential introduction
signal_denoise_based_wavelet
- 一个基于小波阈值的信号处理程序,通过自适应阈值方式抑制信号噪声-A threshold based on wavelet signal processing procedures, through the adaptive threshold signal noise suppression methods
YuZhiQuZao
- 一个阈值去噪程序,包括经典的去噪方法,如折中阈值,自适应阈值等等。-A threshold denoising procedures, including the classical denoising methods, such as compromise threshold, adaptive threshold and so on.
matlab
- 基于matlab对灰度图像的二值化自适应阈值的算法-Gray image binarization adaptive algorithm
aaa
- 用自适应阈值方法实现细胞图像分割源代码 可执行,效果不错,-Adaptive threshold method used to achieve cell image segmentation executable source code, well,
DSP
- 毕业设计 局部平均阈值改进法 局部自适应阈值法 局部平均阈值法 指纹采集演示程序.exe-histeq hilditch otsu.c pavlidis.c rosenfeld.c
zishiyingyuzhilvbo
- 自适应阈值滤波程序,用matlab实现.zishiyinglvzhilvbo-Wiener filtering procedures winer filter to achieve
adapt_threshold
- 自适应阈值算法将前景从背景中分离出来包括非均匀光照。-Adaptive threshold algorithm to the prospect of separating from the background, including non-uniform illumination.
matlab小波自适应小波阈值去噪
- 一种基于小波变换的图像自适应阈值去噪方法和软阈值硬阈值去噪对比。
自适应阈值生成后进行图像分割
- 自适应阈值生成后进行阈值分割,内部含有测试图片,与全局阈值进行图像分割不同的另一种方法(After the adaptive threshold is generated, the threshold segmentation is carried out. Another method is different from the global threshold for image segmentation)
自适应阈值
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。因此,使类间方差最大的分割意味着错分概率最小。(The largest between-class variance method was proposed by the Japanese