搜索资源列表
OTSU方法计算图像二值化的自适应阈值
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
erzhihua
- 本程序能实现读取图像,然后点击二值化按钮实现图像自适应二值化,降图像转化成只有两级灰度级图像。
指纹识别
- 摘要:指纹识别技术在各个领域的应用已经逐渐成熟,本文基于信息论中的互信息,在指纹识别的特征选取和识别提出自己的一些想法。 1 引言 指纹是人终身不变的生理特征之一,因其具有惟一性、稳定性以及方便性等独特的特点,使指纹识别成为现在应用最广泛的生物识别技术。 指纹识别系统处理的流程中,指纹图像预处理是第一个处理环节,我沿用已经成熟的去噪,二值化,滤波,细化,对其进行预处理。 互信息作为最终的识别准则来进行指纹的识别。 2 指纹的预处理 般自动指纹识别系统由图像采集、图像预处理、细节点提取和指纹匹 几
opencv 图像的二值化
- opencv 图像的二值化,包括局部阈值,全局阈值,自适应阈值法,对初学者帮助很大-opencv image binarization, including the local threshold, the global threshold, adaptive threshold, very helpful for beginners
matlab_image.matlab图像预处理
- matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
Image-Processing-Lab.rar
- C#实现图像自适应二值化 该图像处理工具箱包含了一系列的图像处理,包括很多滤波及AForge.NET框架下提供了图像分析功能。自适应二值化(简单的图像统计),C# Adaptive Image Binarization of the image processing toolbox contains a series of image processing, including many filtering and AForge.NET provided under the framewor
GrayToWhiteBlack
- C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
Otsu
- 基于opencv的,使用Otsu方法对灰度图像进行自适应二值化-using Otsu method to binary the gray image adaptively based on opencv
adaptiveBievalueProcessOfImage
- 自适应门限二值化图像处理,自己最近完成的,还可以用,文件也加了两张图的效果,需要的可以试一试-Adaptive threshold binarization image processing, recently completed its own, but also can be used, the document also increase the effectiveness of the two plans, the needs may try it
matlab
- 基于matlab对灰度图像的二值化自适应阈值的算法-Gray image binarization adaptive algorithm
Image-Processing-Lab
- 该图像处理工具箱包含了一系列的图像处理,包括很多滤波及AForge.NET框架下提供了图像分析功能。自适应二值化(简单的图像统计)-The image processing toolbox contains a series of image processing, including many under the framework of AForge.NET filtering and image analysis functions provided. Adaptive binarizat
new
- 一种实时自适应图像二值化方法 将图像二值化作为一个优化问题来解-A real-time adaptive image binarization method of images as a binary optimization problem solved
otsu
- otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
yuanxindignwei
- 程序为圆心定位程序,包括图像比对,图像自适应二值化,区域寻找,删除非区域,寻找圆心,平移定位圆心!-Program is centered on targeting procedures, including image comparison, image adaptive binarization, regional search, delete the non-regional, to find center of a circle, shifting location center of
erzhihua
- 在进行图像处理时,要对图像二值化时自适应选取合适的阈值。-During image processing, binary image to adaptive selection when the appropriate threshold.
OTSU
- OTSU方法计算图像二值化的自适应阈值,算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。 -OTSU method of adaptive image binarization threshold, the algorithm of the input histogram analysis of gray image, the histogram is divided into two parts, making the maxim
depthofimagegenerati
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
nichika
- 图像二值化方法 采用自适应二值化方法 -Image binarization method using automatic binarization method
adaptivethresh
- wellner的自适应阈值函数,进行图像的二值化(Wellner's adaptive thresholding)
二值化的几种方法
- 包含了如大津法,自适应阈值法等多种二值化图像的方法,可直接看到效果,且有注释,具有入门作用