搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value
binarybmp
- 图像二值化,它是一个全局求取动态阈值的算法,大津法-two binary images, it is a global strike dynamic threshold algorithm, Tianjin France
Ostu.cpp
- 本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下-I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to thems
ImgViewer1107
- 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
pbin
- 在系统地分析高精度图像处理的分割算法的基础上,对黑白的图像二值化算法进行了改进 -systematic analysis of the high-precision image processing segmentation algorithm on the basis of The black and white images of two binary algorithm improvements
bool_transformation
- 图像二值化处理,给定图片,用算法进行二值化-image binarization, given photographs, using algorithms Binarization
FingerPrintBinary
- 实现指纹图像二值化的算法,包括全局阈值二值化方法、局部阈值二值化方法、罗希平的基于方向场的二值化方法以及Mehtre B M , Chatterjee B的二值化方法4种不同的二值化方法。-Realize fingerprint image binarization algorithm, including the overall threshold binarization method, local threshold binari
HW2
- 该程序实现了图像的轮廓提取。综合应用了图像二值化、二值化图像的黑白点噪声滤波、图像的腐蚀和膨胀、图像轮廓提取算法。-The procedure to achieve an image contour extraction. Comprehensive application of the image binarization, binary image of black and white points, noise filtering
OTSU
- OTSU 算法,自适应计算单阈值对输入的灰度图像的直方图进行分析,将图像二值化。-OTSU算Yang,自适Beckmannia算such as the number of阈值Qin Huai 入 cavity threshold standard像only source of standard vehicles直cavity shallow Pleiades Xu, Wei Zhao值old woman像standard 。
shipinotsu
- 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video fr a mes to achieve a certain interception.
binarization_Algorithm
- 图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method.
PictureBinary
- 图像二值化处理(使用了几种不同的算法)及灰度直方图显示程序。-Binarization image processing (using several different algorithms) and histogram display program.
OTSU
- 基于大津算法的阈值分割,图像二值化,处理灰度图像,讲目标和背景分离-Otsu threshold segmentation
erzhihua
- 图像二值化变换算法的matlab编程实现-Image Binarization achieve transformation matlab
OTSU
- OTSU算法,实现图像二值化,matlab实现-OTSU
test
- 图像二值化的一种方法,能适合光照不均匀的情况,代码短效果好,十分好用,一个是wellner原始算法,一个是改进后的算法。-the thresholding algorithom, one is Wellner method,the other is improving Wellner method, it can work well on the uneven light condithion. it s smooth and effe
D_regionGrow
- 用区域增长算法来进行图像分割,图像二值化,是很好的分割算法-With the region growing algorithm for image segmentation, image binarization, is a very good segmentation
erzhihua
- 几篇不错的二值化文章,供大家一起学习。车牌图像二值化算法、多阈值动态二值化算法等。-Binarization several good articles for all to learn together. License plate image binarization algorithm, dynamic multi-threshold binarization algorithm.
二值化-MATLAB
- 常用的几个图像二值化算法,包括全局的二值化和局部的二值化算法(This program contains Several commonly used image binary algorithms including global and local binary algorithms.if you want ,just download)