搜索资源列表
license_orientation
- 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|
VehicleLicensePlateautomaticRecognitionSystem
- 汽车牌照智能识别C++源程序代码,包括字符分割,图像预处理,字符识别。-vehicle license Intelligent Recognition C source code, including character segmentation, image preprocessing, character recognition.
chap12
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
j_14418_imageprc
- VC++简单医学图像处理系统,可以调整图像色阶、锐度、反色、灰底均衡,还可以对图像进行反转、平移、旋转等操作,类似Photoshop某些功能一样,当然,和PS比,是差了点,只能作为一些C++处理图像的参考吧。 -VC++ simple medical image processing system that can adjust the image color gamut, sharpness, and anti-color, duplex equilibrium, but also the
ATM_System
- 用C++编写的ATM系统(取款机系统),没有用图像库,完全的DOS程序。-ATM systems written in C++, did not use the GUI, complete DOS programs.
51kbt
- 《5+1库表通》是面向中小型企、事业单位的通用数据库和制表软件。因它的数据类型有:日期(D)、数值(N)、字符(C)、明细(M)和图像(P)五种,加上报表中需用的只读型(R),故而称做“5+1库表通”。 在数据库系统中,只需使用其中的“创建”、“转换”或“复制结构”功能,建立适当的数据文件,就可以对这些文件进行相关操作,借以完成某项管理工作的信息处理。-" 5+1 libraries table links" is for small and medium enterp
siftDemoV4
- sift图像算法的c++程序实现,毕业论文做的,发上来给大家玩一下-the sift the image the algorithm c++ program realization thesis, made up to play
EAN13-barcode
- c#实现生成EAN13条码图像,作为学习EAN13条码学习之用,也可以作为参考写出其它条码算法等。-c# to generate EAN13 barcode image, the EAN13 barcode used in learning as learning, but also can be used as reference to write other Barcode algorithms.
BusManageOfCPP
- 公交系统管理程序,用C++写的 没有图像界面 用STL里面的容器和迭代器 所以代码比较高效简洁-a cpp code for bus system managenment has no graph UI (use STL)
DicomObjects.net-2.0
- DicomObjects.net 2.0 组件,c#源码非常难得!可用于开发DICOM的服务、传输、打印、图像浏览等
two-boundary-method
- 本段程序是数值计算中的网格生成技术程序,采用的是双边界法生成计算域网格。C++编程,数据tecplot等图像处理软件读取。-This section of the program is the numerical calculation of the mesh generation technology program, using the grid to generate double the computational domain boundary method. C++ programm
charSamples
- c++字符识别用到的车牌图像集,各个字符和数字的图像都有-character recongnize source images
StreamAndGrab
- 实现manta g125B/C工业相机的图像捕捉与保存,效果良好,每秒30帧。-Achieve manta g125B/C industrial cameras capture and save images to good effect, 30 frames per second.
bmp1
- 标准c函数库实现bmp图像绘制,妥善处理结构体对齐问题,生成图像默认保存在c盘根目录-Standard c library realize bmp image rendering, and properly deal with the structure alignment problem, to generate images by default stored in the root directory c
二维条码应用样例
- 1) 发行方式 采用Active X 动态链接库的方式。 2) 包括文件: ? EnCodePdf.dll //PDF417编码动态链接库 ? EnCodeQr.dll //Qr_Code编码动态链接库 ? EnDataMatrix.dll //DataMatrix编码动态链接库 ? Wcomp.dll //图像压缩动态链接库 3) 支持操作系统 ? Windows 95/98 ? Windows NT ? Windows 2000 Professinal
lane-detection-master
- 使用C++、opencv进行图像处理,成功识别车道线(lane detect, opencv, digital image processing, vehicle detection.)