搜索资源列表
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
51kbt
- 《5+1库表通》是面向中小型企、事业单位的通用数据库和制表软件。因它的数据类型有:日期(D)、数值(N)、字符(C)、明细(M)和图像(P)五种,加上报表中需用的只读型(R),故而称做“5+1库表通”。 在数据库系统中,只需使用其中的“创建”、“转换”或“复制结构”功能,建立适当的数据文件,就可以对这些文件进行相关操作,借以完成某项管理工作的信息处理。-" 5+1 libraries table links" is for small and medium enterp
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
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
lane-detection-master
- 使用C++、opencv进行图像处理,成功识别车道线(lane detect, opencv, digital image processing, vehicle detection.)