搜索资源列表
digitalbild with C++builder
- 图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码-image processing, including extraction Laplician profile, smooth, two values, as well as details such as the image processing code
cremi
- 这个软件可以实现一些图像处理:中值滤波,二值化处理,图像增强,灰度图等图像处理功能-the software can achieve some image processing : median filter, two-value processing, image enhancement, grayscale image processing functions such as
汉字识别程序
- 介绍了两种汉字切分算法:投影法,连通域合并法。以及二值化,灰度拉伸,灰度均衡等图像处理算法(内附汉字图片进行试验
图像处理
- (9)VC编写的完整的图像处理程序。包括二值化、阈值分隔、边缘监测、小波变换、图像压缩、Hough变换等
Imgcx.rar
- 图像处理C++程序 二值化 车牌定位 车牌识别,Image Processing C++ procedures for license plate location Binarization
digital
- C#编写的图像处理程序源码 一共有十二个 包括灰度,二值化,锐化,缩放,旋转,压缩-C# source code written in image-processing program, a total of 12, including grayscale, binary, sharpening, scaling, rotation, compression, etc.
c04
- 这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods. -This process the image into a binary
digital
- 用VC++实现印刷体数字的自动识别,首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-
pictureshow
- 含图像处理多种效果的演示,如各种变换,灰度,二值化,拉伸等!非常完整,很不错!-Image processing a variety of effects including presentations, such as various transformations, grayscale, binary and stretching! Very complete, very good!
Myimageprogressprogram
- 自己编写的图像处理软件,主要功能有二值化处理,经典HOUGH变换,边缘检测等。-Image processing software to write your own main function binarization, classic HOUGH transform, edge detection.
ERZHI
- 识别车牌图像,二值化 还有很多算法的实现,阈值的分割,中值滤波,OTSU算法,定位用的是遍历匹配算法-ER ZHI HUA TU XIANG YONG YU CHE PAI SHI BIE,THE SITUITION IS VC++ 6.0,YOU CAN DOWNLOAD IT FIRST,MAY BE IT IS USEFUL FOR YOU.
image-binarization
- c#进行图像二值化,设置特定的阈值,进而对图像进一步的变换-c# for image binarization, set a specific threshold, then further transform the image
tt
- VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
twoVALUE
- 该程序是对灰度图片的动态二值化处理,自动选取阈值,并做二值化有利于图像的处理,基于vs2010,C#程序。-The program is a dynamic binary processing, automatically select the threshold, and do binarization is conducive to the image processing, grayscale picture based vs2010, C# program.
Image-processing-demo
- 图像处理demo(谢凤英书),实现了包括灰度化、二值化、车牌定位、字符分割、字符识别在内的有关车牌识别的功能-Image processing demo (Xie Fengying book), including graying, binarization, plate location, character segmentation, character recognition, including the license plate recognition function
picture
- 图像处理,灰度化,二值化,中值滤波,大津法,-Image processing, gray, binarization, median filtering, Otsu,
index
- 读入图像,对图像进行预处理,随后检测边缘,对得到的图像进行二值化,然后进行hough变换,获得圆边界,将此图与原图叠加,增强边缘-Read into the image, the image preprocessing, edge detection followed, the resulting image binarization, and then hough transform to get round the border, this graph with the original o
RGBsegment
- 用Opencv对24位RGB彩色图像进行颜色分割,分割出蓝色区域,并对其进行二值化操作-In order to segment the blue area of input picture,we use RGB color segmentation with Opencv.
GlobalThreshold
- 全局阈值分割函数,用于图像二值化,在opencv环境下编写-Global thresholding functions for image binarization, write in opencv environment
GraphicsExample
- 一个基于C#的图像处理,有图像灰度化,图像二值化,图像选择,图像复原等功能。-C# based image processing, an image gradation, image binarization, image selection, image restoration and other functions.