搜索资源列表
zishiyingyuzhi
- 自适应阈值分割代码,比较完整。C++builder编写,可运行/
21878249952005920105117074328
- OTSU 的算法,可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。
otsu
- otsu算法确定二值化阀值,最大类间方差是由日本学者大津(OTSU)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。 -In computer vision and image processing, Otsu s method is used to automatically perform histogram shape-based image thresholding,[1] or, the reduction of a graylevel image t
zishiyingyuzhi
- 用于对图像进行二值化,这个程序可以根据图像的具体情况自适应的计算阈值。实验结果表明,该程序处理后的图像效果比较理想。-For image binarization, this procedure the specific circumstances of the image can be calculated adaptive threshold. Experimental results show that the program is processed image effect is id
wt
- 使用小波自适应阈值对图像进行去噪处理,可明显去除图像中的噪声。-Wavelet adaptive threshold for image denoising can significantly remove image noise.
tuxiangfenge
- 自适应阈值的图像分割,采用的是线性分类器相关知识-Adaptive threshold segmentation, using a linear classifier knowledge
matlabee12
- 【matlab编程代做】不规则光照下自适应阈值的前景背景分离算法源代码 -[Do] matlab programming prospect generation adaptive threshold background separation algorithm under irregular light source
level2sqtwolog
- 关于自适应阈值三尺度的去噪,去噪效果良好,并带有mse以及psnr(峰值信噪比)的算法,可供参考-源语言: 检测到中文目标语言: 英语翻译 我的收藏设置 About three of scale adaptive threshold denoising, the denoising effect is good, and with MSE and PSNR (peak signal to noise ratio) of the algorithm, for reference
try1
- 二值图像的轮廓检测,借用ostu自适应阈值分割,效果良好-Contour detection binary image, to borrow otsu adaptive threshold segmentation, good effect
threshold
- Opencv自适应阈值函数与规定阈值函数源码,可以通过滑动框调节,直观可靠-Opencv adaptive threshold function with a predetermined threshold value function source, by adjusting the sliding block, intuitive and reliable
基于最大类间方差阈值与遗传算法的道路分割
- 最大类间方差法是由日本学者大津(Nobuyuki Otsu)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。背景和目标之间的类间方差越大,说明构成图像的2部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2部分差别变小。(The largest between-class variance method was proposed by the Japanese scholar Nobuyuki Otsu