搜索资源列表
Brightness
- 图像灰度增强处理。主要是二值化,阈值分割,线性灰度变化。
DigitRec
- 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且
Imageprocessing.rar
- 基于Visual studio 2008 的图像处理试验平台的VC++源码 包含sebol边缘检测,灰度化,二值化,滤波,还有opencv引用,Based on Visual studio 2008 image-processing test platform VC++ Source contains sebol edge detection, gray and binarization, filtering, there is reference opencv
OCR(vc)
- 一个经典的C++图像识别源码。包含:图像处理(灰度化,二值化,梯度锐化) 和 神经网络 两部分。-A classic image recognition of the C++ source code. Include: image processing (grayscale-based, binary gradient sharpening) and neural network in two parts.
bmp_resolution
- 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
42
- 灰度二值化处理,对灰度图像进行操作,得到二值化图像-Two gray-scale value of treatment, the operation of the gray-scale images, the binary image
Licensenumber
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
DataProcess
- 包含了简单的图像处理功能,灰度化,二值化,边缘检测等。-Contains a simple image processing functions, graying, binarization, edge detection.
imageprocessing
- 利用vc++开发的图像处理程序,包括图像灰度化、图像平滑、边缘检测、二值化、数学形态学处理等功能。-Image processing project use vc++,including image grayscale,smoothing,edge detection,morphological processing
07856234OCR(VCPP)
- 该系统的识别率一般为90 ,另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且要按顺序执行。步骤为:“256色位图转为灰度图”“灰度图二值化”“去噪”“倾斜校正”“分割”“标准化尺寸”“紧缩重排”,另外注意,要识别的图片,要与win.dat、whi.dat位于同一目录。此两文件保存训练后网络的权值参数-The system s recognition rate is 90 , also can be used alone to open the pic
tuxiangchuli
- 图像处理 源代码 腐蚀 膨胀 二值化 灰度变化 小波变换 目标跟踪之类的都有,vc6.0实现,书上的源代码-picture do with
Image-processing
- 图像显示 图像处理 包括灰度转换,阈值分割,二值化,及各种边缘检测-The image display image processing including gradation conversion, thresholding, binarizing, and a variety of edge detection
ErPicDebugTool
- 主要功能: JPEG文件转BMP BMP 文件切割 24位RGB转8位灰度图 图像平滑去除噪点 梯度二值化边缘-Main function: JPEG file to BMP BMP file cutting 24 RGB to 8 bits gray image Image smoothing to remove noise Two binary gradient edge
YU_chuli
- 图像预处理程序,包括彩色图象灰度化,灰度图像中值滤波和灰度图像二值化-Image preprocessing procedures, including color images to gray, gray image median filtering and gray image binarization
MATLAB
- 对图片进行二值化、灰度化以及边缘检测和对比度增强等处理(Two values, grayscale, edge detection and contrast enhancement are processed)