搜索资源列表
-
1下载:
实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to grayscale 256, the Hough transform,
-
-
0下载:
用投影的方法来实现 车牌的定位
先对图像进行灰度化 再进行二值化 提取图像轮廓-projection methods to achieve the positioning plates on the first grayscale image of another binary image contour extraction
-
-
0下载:
OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
-
-
2下载:
通过对图像的剪切,灰度化,二值化,去躁点,来识别条形码、二维码。本源码附参考文献和测试图像。-Cut through the image, grayscale, binary, to impatient points to identify bar codes, two-dimensional code. The source with references and test images.
-
-
0下载:
Implementation Of Labeling Connected Components
用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components
The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData i
-
-
0下载:
labview图像预处理,子程序,包括转化为灰度图,二值化,腐蚀,膨胀,参数可调-labview IMAQ image pretreatment,sub vi,consist of conversion to grayscale, binary, erosion, dilation, adjustable parameters
-
-
0下载:
在matlab中编程实现图像的创建256级灰度图像的灰度级直方图;
2. 三段式线性变换,区间参数自定义;
3. 灰度图像转变为二值图像(阈值自定义);
4. 无论使用matlab或OpenCV,均不可使用库函数。
-Matlab programming in the 256-level grayscale image to create gray-scale image histogram 2. Three-step linear transformation, custom
-
-
0下载:
用vc做的BMP图象扫描、转为灰度图、二值化,放大缩小等功能。-Vc do with BMP image scanning, to grayscale, binary, zoom and other functions.
-
-
0下载:
使用说明
第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别)
第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。
该系统的识别率一般情况下为90 。
此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作
-
-
0下载:
对一幅具有一些特征点的图像 得到灰度图、二值图,最后利用获得的二值图像对原图像中的特征点进行计数。-Has some characteristic point of an image to be grayscale, binary map, the final binary image obtained using the original image of the feature points are counted.
-
-
1下载:
自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
-
-
0下载:
距离变换,图形图像处理中经常用到的,把一个二值图像变为灰度图像-Distance transform, Computer Graphics often used, to a binary image into a grayscale image
-
-
0下载:
对图片进行灰度化,二值化处理,还可以对图片进行腐蚀,膨胀处理.-Based on the image to grayscale, binary processing, the picture can also erosion and dilation processing.
-
-
0下载:
本代码利用matlab实现了图形的一些简单变换,包括灰度化,二值化等-The code is implemented using matlab graphics simple transformation, including grayscale, binary, etc.
-
-
0下载:
读取一张图片,将其转换为灰度图像之后再转换为二值图像-Read a picture, convert it to grayscale image then to the binary image
-
-
0下载:
图像处理的基本变换源程序,包含:256色转灰度,图像旋转,取对数,均值滤波,二值变换等-The basic transform image processing source code, including: 256 colors to grayscale, image rotation, logarithmic, mean filtering, binary transform
-
-
1下载:
二进制流读入bmp图像,空间和灰度分辨率的改变-Bmp image read the binary stream, spatial and grayscale resolution change
-
-
0下载:
大津法,将灰度图像转化为二值图像,选取的阀值是生成图像的方差最大-Otsu method, the grayscale image into a binary image, the selected threshold is the maximum variance of the image generated
-
-
0下载:
图像处理的几个实例程序,包括图像格式转换:将索引图像转换为二进制图像,灰度图像等-some examples on image processing including imageformat-convert Index image to binary images, grayscale images and so on
-
-
0下载:
腐蚀是图像形态学的两个基本操作之一,另外一个是膨胀(Dilate)。二值图像上的腐蚀是腐蚀最典型的运用,但是腐蚀操作同样可以运用于灰度图像。二值图像腐蚀操作最基本的效果是腐蚀图像中前景色区域的边缘。使得前景图像区域变小,前景图像内部的背景区域被放大。-Corrosion is one of the two basic operation of the image morphology, and the other one is the expansion (Dilate). Corrosion
-