搜索资源列表
wavelet相邻尺度积系数阈值去噪
基于wavelet变换相邻尺度积系数阈值去噪法
在matlab7.0环境下运行
自己编的,希望编的效果比我好的同志,指出我的程序中的缺点,交流下。
恒虚警率阈值提取
- sar图像根据恒虚警率提取阈值
自适应阈值法分割图像
- 本代码是自适应阈值法分割图像的典型源码,对运动目标检测及提取等非常实用。
2D最大熵阈值分割算法
- 2D最大熵阈值分割;
图像阈值分割
- 阈值分割,图像处理
二维直方图熵阈值法
- 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
小波阈值去噪方法
- 提供软硬阈值去噪代码以及一种新的阈值函数去噪代码
图像分割迭代、峰谷、半阈值算法。
- 用迭代、峰谷、半阈值算法进行图像分割:-) 包括一个自定义的CDib类-using iterative, peak, semi-threshold algorithm for image segmentation :-) include a defined category CDib
大津法阈值分割(otsu)
- 个人搜集的两个大津法阈值分割算法(otsu算法),已通过测试-personal collection of two large Zimbabwe law thresholding segmentation algorithm (Otsu algorithm), have passed the test
图像分割迭代、峰谷、半阈值算法的vc代码
- 实现图像的分割迭代算法、峰谷算法、半阈值算法的vc代码-achieve iterative image segmentation algorithm, algorithm- trough, semi-threshold algorithm vc code
阈值分割和轮廓提取
- 阈值分割和轮廓提取 源码,对使用阈值法进行图像分割的朋友很有帮助。-thresholding segmentation and contour extraction source, the use of the threshold value method for image segmentation helpful friends.
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
图像的阈值分析
- 图像的阈值分割分析,包括迭代分割,峰谷阈值分割,半阈值分割等-image thresholding segmentation analysis, including iterative segmentation, segmentation threshold peak, semi-threshold segmentation
图像分割迭代峰谷半阈值
- 图像的阈值分割算法,包括常用的迭代分割,半阈值分割,半阈值分割等-image thresholding segmentation algorithm, used in the iterative separate, semi-thresholding segmentation, semi-threshold segmentation
阈值计算
- 对于图片阈值的计算,能够直接计算出你的图片的阈值,非常方便!-Photo threshold for the calculation can be directly calculated your pictures threshold, a very convenient!
自动多阈值分割
- 用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-prepared using Matlab automatic threshold segmentation procedures, image segmentation before the introduction of automatic image smoothing
阈值分析
- 对图像进行灰度分析,阈值分析,进行归一化处理(This procedure is mainly for gray image analysis, threshold analysis, and the image normalization processing)
加噪及阈值去噪GAI
- MATLAB用于对图形图像的加噪及阈值去噪GAI(Noise enhancement and threshold denoising GAI)
阈值分割
- 水体的像素值的范围是由图像的光谱信息决定的, 通过阈值提取水体。。(The range of the pixel value of the water body is determined by the spectral information of the image, and the threshold is segmented.)
基于matlab的阈值分割
- 基于matlab的图像二值化、阈值分割算法以及区域标记算法(Image two value, threshold segmentation)