资源简介
点开获取图片,选择自带的 素材.png车牌图片,点击识别车牌就识别了
代码片段和文件信息
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;
using HalconDotNet;
namespace License_plate_recognition
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
Hobject ho_Image;
string Imagetow = ““;
private void button1_Click(object sender EventArgs e)
{
OpenFileDialog openfile = new OpenFileDialog();
if (openfile.ShowDialog() == DialogResult.OK && openfile.FileName != ““)
{
Imagetow = openfile.FileName;
}
HOperatorSet.ReadImage(out ho_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 54483000 2019-12-05 15:01 License plate recognition\License plate recognition\bin\Debug\halcon.dll
文件 6191160 2014-11-15 02:27 License plate recognition\License plate recognition\bin\Debug\halconcpp.dll
文件 1279544 2014-11-15 02:27 License plate recognition\License plate recognition\bin\Debug\halcondotnet.dll
文件 4074746 2014-11-15 01:07 License plate recognition\License plate recognition\bin\Debug\halcondotnet.xm
文件 9728 2019-12-16 23:08 License plate recognition\License plate recognition\bin\Debug\License plate recognition.exe
文件 22016 2019-12-16 23:08 License plate recognition\License plate recognition\bin\Debug\License plate recognition.pdb
文件 24216 2019-12-16 23:08 License plate recognition\License plate recognition\bin\Debug\License plate recognition.vshost.exe
文件 6 2019-12-17 22:14 License plate recognition\License plate recognition\bin\x64\Debug\1.txt
文件 54483000 2019-12-05 15:01 License plate recognition\License plate recognition\bin\x64\Debug\halcon.dll
文件 6191160 2014-11-15 02:27 License plate recognition\License plate recognition\bin\x64\Debug\halconcpp.dll
文件 1279544 2014-11-15 02:27 License plate recognition\License plate recognition\bin\x64\Debug\halcondotnet.dll
文件 4074746 2014-11-15 01:07 License plate recognition\License plate recognition\bin\x64\Debug\halcondotnet.xm
文件 11264 2019-12-17 13:07 License plate recognition\License plate recognition\bin\x64\Debug\License plate recognition.exe
文件 28160 2019-12-17 13:07 License plate recognition\License plate recognition\bin\x64\Debug\License plate recognition.pdb
文件 24216 2019-12-17 22:17 License plate recognition\License plate recognition\bin\x64\Debug\License plate recognition.vshost.exe
文件 490 2018-02-19 20:12 License plate recognition\License plate recognition\bin\x64\Debug\License plate recognition.vshost.exe.manifest
文件 1279544 2014-11-15 02:27 License plate recognition\License plate recognition\bin\x86\Debug\halcondotnet.dll
文件 4074746 2014-11-15 01:07 License plate recognition\License plate recognition\bin\x86\Debug\halcondotnet.xm
文件 9728 2019-12-16 23:10 License plate recognition\License plate recognition\bin\x86\Debug\License plate recognition.exe
文件 22016 2019-12-16 23:10 License plate recognition\License plate recognition\bin\x86\Debug\License plate recognition.pdb
文件 24224 2019-12-16 23:15 License plate recognition\License plate recognition\bin\x86\Debug\License plate recognition.vshost.exe
文件 5200 2019-12-17 13:07 License plate recognition\License plate recognition\Form1.cs
文件 4672 2019-12-17 11:44 License plate recognition\License plate recognition\Form1.Designer.cs
文件 5817 2019-12-17 11:44 License plate recognition\License plate recognition\Form1.resx
文件 4813 2019-12-16 23:10 License plate recognition\License plate recognition\License plate recognition.csproj
文件 9035 2019-12-16 22:22 License plate recognition\License plate recognition\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7364 2019-12-16 22:22 License plate recognition\License plate recognition\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 1392 2019-12-16 23:08 License plate recognition\License plate recognition\obj\Debug\License plate recognition.csproj.FileListAbsolute.txt
文件 977 2019-12-16 23:04 License plate recognition\License plate recognition\obj\Debug\License plate recognition.csproj.GenerateResource.Cache
文件 9793 2019-12-16 23:04 License plate recognition\License plate recognition\obj\Debug\License plate recognition.csprojResolveAssemblyReference.cache
............此处省略51个文件信息
相关资源
- C# 语音识别 语音合成 .rar
- 人脸识别摄像头抓拍C#源码
- C#利用Emgu人脸识别Demo可直接运行
- C# 相对可用的车牌识别系统
- C#版RFID无线射频识别系统
- OpenCvSharp+ZXing条形码识别
- C# OCR识别 图片文字识别
- Unity Windows Speech
- letter-recognition字符识别数据库
- 人脸识别C#源码
- C#车牌识别
- C#源码图片验证码识别
- c# 用SAPI实现语音识别及文本转换的详
- C#抓屏识别汉字源码
- VisionPro OCR字符识别
- C# 百度文字识别Demo
- halcon联合C#车牌识别
- 语音识别系统(asp.net+c#)
- Face++ C# Demo实现web API 人脸比对,识别
- 基于讯飞的离线语音识别C#
- C#操作手持机识别RFID电子标签
- 动物识别专家系统
- USB盘符识别(C#)
- C#生成和解析二维码及调用摄像头识别
- C#手写识别程序源码(完整版)
- C# ID卡识别硬件读写
- c# 语音识别 智能机器人 语音问答
- C#基于径向灰度算法的表盘指针识别
- 用C#做学习型人脸识别程序尝鲜版
- c# 二维码的生成和识别
评论
共有 条评论