登录
首页 » C# » halcon多张车牌识别

halcon多张车牌识别

于 2020-02-29 发布
0 113
下载积分: 1 下载次数: 0

代码说明:

halcon多张车牌识别

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

发表评论

0 个回复

  • MFC 获取windows系统日志
    API获取windows系统日志,以及MFC的基本DEMO
    2019-05-02下载
    积分:1
  • C#抽奖系统源码(适合新手学习)
    使用于各个场合的抽奖系统,代码中给出了详细注释,供大家学习,抽奖标题、抽奖内容、抽奖人员名单可自定
    2019-09-26下载
    积分:1
  • c# 抓取鼠标形状 示例
    当鼠标按下 起来的时候抓取鼠标形状
    2013-05-05下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 用WinForm写的简单记事本
        实现了记事本基本的功能, 供大家学习
    2014-11-21下载
    积分:1
  • p2p文件传输
    p2p文件传输
    2013-12-24下载
    积分:1
  • winform combobox 数据源支持 key(text)/value
    winform combobox 数据源支持 key(text)/value
    2014-04-03下载
    积分:1
  • C#+Unity3d休闲跳跃游戏
    基于unity3d引擎的创意休闲跳跃游戏
    2019-07-19下载
    积分:1
  • ASP.NET绑定sql数据库采用echarts显示数据图表(实现了柱状图和饼图)
    ASP.NET绑定sql数据库采用echarts显示数据图表,已封装成类文件
    2019-07-22下载
    积分:1
  • C#dotnetbar控件全DLL
    【实例简介】 C#dotnetbar控件全DLL,dotnetbar美化控件,先将Dll文件引用,然后在工具箱中添加
    2021-07-03 00:31:10下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载