搜索资源列表
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
灰度变换
- 实现图像的灰度变换,包括二值化,灰度变换,投影法,直方图显示等-Gray Image Transform, including two values, Gray transformation, projection, histogram display
StdMeanEdgBinaryConv
- 灰度图像二值化处理:均差阀值边缘提取. 具有二值化和边缘提取效果.-gray image processing two values : both poor threshold edge extraction. With two marginal value and extraction.
ImgViewer1107
- 简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automati
szsbxtydm
- 数字识别系统源代码.rar 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外
zhifangtutu
- 读入彩色图像,绘制灰度直方图,并均衡化 图像二值化可以在这个基础上进行-read into color images, drawing gray histogram equalization and the value of the two images can be conducted on the basis of this
weixiaolingjiantuxiangerzhihuachulideyanjiu
- 提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。-gray images made to determine the value of the two best-threshold value of the two methods "bimodal" and "signal-to-noise ratio sta
graytotwo
- 灰度图像二值化,使用迭代式阈值选择对灰度图像进行二值化,程序中的图像是固定的-Gray image binarization, the use of iterative threshold selection on the gray image binarization, procedures in the image is fixed
ImageHistogramAndCentroidComputer_Matlab
- 灰度图像二值化及目标提取和质心求取,Matlab代码.对初学者学习有用-Gray image binarization and target extraction and center of mass strike, Matlab code. Learn useful for beginners
IplimageProcessFunction
- opencv中对图像进行灰度化,二值化,边缘检测等,以及一些标定,-opencv
guiyi_gray
- 车牌识别系统中,车牌灰度图像二值化阈值选取-License Plate Recognition system, license plate gray image binarization threshold selection
finger1
- 灰度图像二值化阈值的MATLAB计算实现-Binarization threshold calculation
bmp_24
- 24位bmp图像读取处理,包括灰度处理(二值化),中值滤波处理。-Bmp image reader 24, including gray-scale processing (binarization), median filter processing.
binaryImageProcess
- 灰度图像二值化 及阈值选择 根据图像进行简单的路径规划-binary image processing and threshold chosing
diedaifa-erzhihua
- 实现彩色图像灰度化,迭代法实现灰度图像二值化-To achieve gray-scale color images of, iterative method to achieve gray-scale image binarization
OTSU1Dmy
- 灰度图像二值化分割,一维大津法或称为一维最大类间方差法-1D Maximum Between-Cluster
two_valuable
- 灰度图像二值化比较经典的算法,包括otsu方法和局部阈值法。-Gray image binarization more classic algorithms, including methods and local otsu threshold.
binary
- 这是一个在matlab中实现灰度图像二值化的小程序-This is a gray image is implemented in the matlab binary applet
灰度图像经典二值化Matlab代码
- 图像灰度二值化的matlab代码实现,有几种,经测试有效(Matlab code implementation of image gray level binarization)