搜索资源列表
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.
RLEcoding
- 本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), t
image-binarization
- c#进行图像二值化,设置特定的阈值,进而对图像进一步的变换-c# for image binarization, set a specific threshold, then further transform the image
syqrck
- 本程序通过C#实现了图像三级小波变换,并采用除二取余的方法将二值图像水印潜入图片中频小波系数当中,提取率在98 以上,鲁棒性一般。要求图片256*256灰度图像,水印信息32*32二值图像。-Program in C# to achieve the image of three wavelet transform, and the addition to the methods of the two modulo the binary image watermark to sneak into
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.
pic
- C++实现。 实现对二值图像进行腐蚀、膨胀、开/闭运算。 腐蚀分水平、垂直、全方位。 能保存处理后的图,以及将处理后的图与原图进行对比。-C++. Binary image erosion, dilation, opening/closing operation. Corrosion sub-horizontal, vertical, all-round. FIG saving processing, and treated with picture contrast.
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