-
TPMS发射子程序
TPMS transmit subroutine
- 2022-01-25 22:44:43下载
- 积分:1
-
根据不同的比较条件,将比较方法集中于同一个class中实现,便于修改和扩展。...
根据不同的比较条件,将比较方法集中于同一个class中实现,便于修改和扩展。-Compared according to different conditions, will be concentrated in comparison to achieve the same class, easy to modify and expand.
- 2022-01-24 15:24:22下载
- 积分:1
-
飞机订票系统设计
飞机订票系统设计-aircraft booking system design
- 2022-06-27 05:42:41下载
- 积分:1
-
售票系统代码及设计思想。本程序是我的一个课程设计,得到老师的肯定了。请放心,绝对原创!...
售票系统代码及设计思想。本程序是我的一个课程设计,得到老师的肯定了。请放心,绝对原创!-ticketing system code and design ideas. This program was one of my curriculum design, be sure the teacher. Please be assured that absolute originality!
- 2022-07-06 23:47:01下载
- 积分:1
-
complex network复杂网络 基本参数计算,度分布。
complex network复杂网络 基本参数计算,度分布。-complex network computing the basic parameters of complex networks, degree distribution.
- 2022-03-20 01:41:58下载
- 积分:1
-
交通查询系统,csharp mapx开发,具有参考意义。
交通查询系统,csharp mapx开发,具有参考意义。-Transport query system, csharp mapx development, with a reference value.
- 2023-02-16 03:35:04下载
- 积分:1
-
课程设计,机票订购管理系统的分析与设计的编码实现
课程设计,机票订购管理系统的分析与设计的编码实现-Order Plane Ticket of Management System
- 2022-02-04 21:43:30下载
- 积分:1
-
acad读取图形信息的源代码,acad读取图形信息的源代码
acad读取图形信息的源代码,acad读取图形信息的源代码-acad read graphical information
- 2023-04-13 17:15:04下载
- 积分:1
-
停车场管理系统”如何部署:1、 导入注册表导入VC6.0chapter9confVicAly.reg文件到注册表中。2、 安装SQL Server本系统需要SQ...
停车场管理系统”如何部署:1、 导入注册表导入VC6.0chapter9confVicAly.reg文件到注册表中。2、 安装SQL Server本系统需要SQL Server 7.0或者更高的版本。3、 导入数据库的脚本建立一个新的数据库VicAly,在这个新库里面执行VC6.0chapter9dbVicAly.sql。4、 设置DSN在ODBC配置中设置数据源 DSN_Vicaly,把这个DSN指向SQL Server的VicAly数据库。5、 安装条形码打印机由于本系统支持条形码打印机打出纸票,因此要测试完整功能,请安装与Zebra® 兼容的条形码打印机。6、 安装摄像机摄像机用来监控来去的车辆,是必须要安装的。7、 安装条形码识别器(可选)为了方面输入纸票的条形码,最好配备条形码识别器。8、 运行完成以上配置后,可以运行程序。-car park management systems, "how to deploy : 1, into the registry into VC6.0 chapter9 conf VicAly.reg documents to the registry. 2, SQL Server installation of the system need to SQL Server 7.0 or higher versions. 3, into a few According to the script for the establishment of a new database VicAly, in the implementation of the new library inside VC6.0 chapter9 db VicAly.sql. 4, set in ODBC DSN configuration set DSN_Vicaly data sources, the DSN pointing VicAly SQL Server database. 5. the installation of bar code printers because the system supports barcode printers made of paper votes, it will be fully fun
- 2023-03-17 22:20:03下载
- 积分:1
-
positioning plates
车牌定位---VC++源代码程序
1.24位真彩色->256色灰度图。
2.预处理:中值滤波。
3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。
初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。
4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。
5.用自定义模板进行中值滤波
区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。
6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。
7.区域裁剪,截取车牌图像。
-positioning plates-- VC source code procedures 1.24 true color-
- 2022-10-05 09:15:03下载
- 积分:1