登录
首页 » C# » C#车牌识别软件

C#车牌识别软件

于 2021-05-06 发布
0 228
下载积分: 1 下载次数: 1

代码说明:

车牌识别软件### 车牌识别步骤图像的载入 -> 图像的灰度化 -> 图像的灰度均衡化 -> 图像的滤波去噪 -> Sobel边缘检测 -> 车牌定位提取 -> 车牌二值化 -> 车牌字符分割 -> 车牌字符识别

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 文本编辑器 例子(richTextBox富文本)
    可以打开文本,并且不会出现乱码
    2015-04-20下载
    积分:1
  • 测试链接并显示查询数据
    using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;//Download by http://down.liehuo.netusing System.Data.SqlClient;namespace Case05_12{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { try { //生成连接数据库字符串 string ConStr = "data source=.;database=ljp;uid=sa;pwd=123"; //定义SqlConnection对象实例 SqlConnection con = new SqlConnection(ConStr); //定义Select查询语句 string Sql = "select*from biaoge"; SqlDataAdapter ada = new SqlDataAdapter(Sql, con); DataSet ds = new DataSet(); //定义DataSet对象实例 ada.Fill(ds); //连接数据表格,显示数据 this.dataGridView1.DataSource = ds.Tables[0].DefaultView; } catch { return; } } private void button2_Click(object sender, EventArgs e) { this.Close(); Application.Exit(); } }}
    2014-10-02下载
    积分:1
  • C# 坦克大战、打地鼠等游戏 源码下载
    坦克大战、打地鼠等游戏
    2015-04-29下载
    积分:1
  • 四则运算计算器
    使用栈的方式进行四则运算计算
    2014-04-21下载
    积分:1
  • c# 给图片添加文字水印 实例源码下载
    c# 给图片添加文字水印 实例源码下载
    2015-01-07下载
    积分:1
  • .NET Reflector 5.0 使用例子(反编译软件)
    .NET Reflector 5.0 Release Notes 28 December 2006 Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta. LINQ and .NET Framework 3.5: Reflector supports query expressions and other concepts introduced in C# 3.5. To enable this feature select ".NET 3.5" under View, Options, Disassembler, Optimization. .NET Framework compatibility: Reflector runs on all versions of the .NET Framework using its own assembly loading infrastructure which does not rely on the Reflection API. For example, Reflector can load .NET Framework 2.0 assemblies without having the .NET Framework 2.0 installed. Assembly Lists: When launched for the first time, Reflector allows you to choose a default set of assemblies. The list of assemblies is then stored in the Reflector.cfg file and will be loaded next time you open the program. Reflector allows creating multiple assembly lists and switching between the lists using the File, Open List dialog. To choose a different set of default assemblies for the current assembly list you should remove all assemblies from the list (DEL) and invoke the Refresh command (F5). Assembly Cache: When resolving an assembly reference, Reflector will first search the local path next to the assembly holding the reference and then falls back to the cache directories defined in the Reflector.cfg file. Reflector does not search the Global Assembly Cache (GAC) unless you add "%SystemRoot%Assembly" to the cache directories list. Assembly Versioning: By default, assembly version numbers are ignored when resolving type and member references. You can enable side-by-side versioning in the options dialog but it is suggested to avoid this if possible. Add-Ins: Information about the Reflector add-in model can be found here. The most recent version of .NET Reflector is available here. Disclaimer: This software is provided "AS IS" with no warranties of any kind. The entire risk arising out of the use or performance of the software is with you.
    2015-06-15下载
    积分:1
  • IOC框架Ninject实践例子
    该实例在 客户端应用、mvc中,xml配置、手动配置 等多种形式 介绍了 Ninject的用法
    2015-06-09下载
    积分:1
  • Gerber文件解析实例,抛砖引玉
    【实例简介】
    2021-07-08 00:32:09下载
    积分:1
  • c# winform 读取系统分辨率,拖动设置分辨率 附完整源码
    c# 读取分辨率并 拖动设置分辨率功能                             
    2013-07-27下载
    积分:1
  • c++ 绘图示例源码(点 线 椭圆 圆 正方形 曲线 不规则曲面)
    绘制点 线 椭圆 圆 正方形  曲线  不规则曲面 等  可以设置颜色等 
    2021-05-06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载