当前位置:
首页
资源下载

搜索资源 - binarization method
搜索资源列表
-
2下载:
图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method. All these methods are classic
-
-
0下载:
最小偏态二值化法,用阈值T分割图像,分别求得背景和前景的三阶矩,使得偏态公式取最小值的T即为最佳阈值。-The smallest skewness binarization method, using image segmentation threshold T, respectively, to achieve the background and prospects of third-order moments, skewness formula made from the minimum
-
-
0下载:
本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
-
-
0下载:
本文详细介绍了指纹识别技术的预处理算法,其中包括MATLAB算法仿真部分和DSP实现部分,并着重研究了预处理算法中的指纹图像归一化、图象滤波增强、图像分割、二值化、细化等关键技术。本文提出了改进的Gabor滤波算法,同时对其他预处理部分算法进行了优化,并将傅立叶分析方法应用于指纹图象处理研究中,采用MATLAB实现了本文讨论的所有算法。-This paper describes a fingerprint recognition algorithm technologies, including
-
-
0下载:
基于一种新的二值化优化方法 与 实现:综合全局二值化与边缘检测的图像分割方法-Based on a new binarization method and the realization of optimization: an integrated global binarization and edge detection for image segmentation method
-
-
0下载:
一种实时自适应图像二值化方法
将图像二值化作为一个优化问题来解-A real-time adaptive image binarization method of images as a binary optimization problem solved
-
-
0下载:
实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
-
-
0下载:
一种车牌号码图像二值化的新方法。利用数学形态学的开运算消除图像光照不均匀影响,根据欧几里得距离确定图像阈值。-Of a license plate number of the new image binarization method. Using mathematical morphology opening operation to eliminate uneven lighting image effects, according to Euclidean distance to dete
-
-
0下载:
非常经典的阈值分割算法,是基于迭代方法的二值化方法。-A very classic threshold segmentation algorithm is based on the iterative method of binarization method.
-
-
0下载:
此代码实现了24位图的,加载,灰度化,大津法二值化,以及保存处理后的位图。以及对位图的截屏。-This code implements a 24-bit map, loading, gray-oriented, Otsu binarization method, and the preservation of processed bitmap. As well as the cut-off screen bitmap.
-
-
0下载:
本文介绍一种用单片机和高速静态R A M统计直方圈数据, 并利用直方图
散据和图像变换的原理来计算图像二值化的切割阈值的方法 这种方法实现了实时自
适应图像二值化 ,并具有二值化速度快 、 教果好 电路简单 、成本低廉的特点 适用于实时图像处理。-This paper describes a single chip and high-speed static RAM with statistics Histogram data and scattered data and image
-
-
0下载:
图像简单的二值化方法,基于JAVA语言实现-Simple image binarization method, based on the JAVA language
-
-
0下载:
图像二值化的方法,便于车牌的识别,能精确定位车牌的位置。-Image binarization method, easy to license plate recognition, license plate can pinpoint the location.
-
-
0下载:
图像类型的相互转换,灰度图像的二值化方法,图像类型的相互转换,灰度图像的二值化方法-Image type conversion, gray image binarization method, image type conversion, gray image binarization method
-
-
0下载:
image_binaryzation.m : 图像二值化主函数,调用otsu、kittler
otsu.m : 类判别分类法(otsu全局二值化算法)
kittler : 最小分类错误(minimum error thresholding)全局二值化算法
image_refining.m : 图像细化主程序,调用otsu、refining
refining.m : 计算骨架的一种实用方法对图像进行细化
coins.bmp
lenna.bmp
woman_
-
-
0下载:
图像二值化方法 采用自适应二值化方法 -Image binarization method using automatic binarization method
-
-
0下载:
图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法-Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, a
-
-
0下载:
使用Kittler方法进行的图像二值化源码,这是区别于Otsu的另一类全局二值化方法,使用Opencv进行图像数据保存-Kittler method of image binarization source, which is different from other global binarization method of Otsu, Opencv image data saved
-
-
0下载:
利用BCB讀取圖片轉為灰階圖案 並且進行Otsu s二值化 此方法是一常用之圖像二值化處理方法-BCB read the image into grayscale pattern and Otsu' s binarization method is a commonly used image binarization
-
-
0下载:
图像二值化的方法编程,是用C语言实现的,程序相对简单-Binarization method programming, C language, the program is relatively simple
-