• 大小: 13.27MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-02
  • 语言: C#
  • 标签: 车牌识别  

资源简介

不错,挺实用的!希望可以帮助大家!很好的源码!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace MyLPR
{
    public partial class Camera : Form
    {
        MainForm mainForm;
        public Camera(Form mainForm)
        {
            InitializeComponent();
            
            this.mainForm =(MainForm) mainForm;
        }
        WebCamera wc;
        Bitmap bitmap;
        private void toolStripButton3_Click(object sender EventArgs e)//设置
        {
            wc.setCaptureSource();
        }

        private void toolStripButton4_Click(object sender EventArgs e)//退出拍摄
        {
            this.Close();
        }

       

        private void toolStripButton2_Click(object sender EventArgs e)
        {
            wc.grabImage(“E:\\a.bmp“);
        }

        private void toolStripButton1_Click(object sender EventArgs e)//图片保存目录
        {

        }

        private void Camera_Load(object sender EventArgs e)
        {
            //this.pictureBox1.Size = new Size(500 330);
            wc = new WebCamera(this.pictureBox1.Handle this.pictureBox1.Width this.pictureBox1.Height);
            wc.StartWebCam();
        }

        private void toolStripButton1_Click_1(object sender EventArgs e)
        {
            bool success = wc.copyToClipBoard();
           // Bitmap bitmap;
            if (success)
            {
                bitmap = (Bitmap)Clipboard.GetImage();
                Bitmap sizedBitmap = new System.Drawing.Bitmap(bitmap 336 252);
                mainForm.videoBitmap = sizedBitmap;
                
                bitmap.Save(“E:\\55.bmp“);
                bitmap.Dispose();
                Console.WriteLine(“she xiang tou bu huo cheng gong“);
            }
            else
            {
                Console.WriteLine(“she xiang tou bu huo 失败“);
            }
        }

      
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5032  2007-12-22 09:44  MyLPR\bin\Debug\DeepCyan.ssk

     文件       9746  2006-03-22 06:06  MyLPR\bin\Debug\EighteenColor2.ssk

     文件      12261  2007-12-22 09:45  MyLPR\bin\Debug\EmeraldColor1.ssk

     文件      32006  2006-03-22 10:32  MyLPR\bin\Debug\emerald_color1.gif

     文件      17010  2006-03-22 05:57  MyLPR\bin\Debug\GlassOrange.ssk

     文件     516096  2006-08-18 11:50  MyLPR\bin\Debug\IrisSkin2.dll

     文件      15899  2007-12-22 09:46  MyLPR\bin\Debug\MP10.ssk

     文件     491520  2011-10-14 20:22  MyLPR\bin\Debug\MyLPR.exe

     文件     171520  2011-10-14 20:22  MyLPR\bin\Debug\MyLPR.pdb

     文件       5632  2005-12-08 14:51  MyLPR\bin\Debug\MyLPR.vshost.exe

     文件      16262  2006-03-22 12:32  MyLPR\bin\Debug\OneBlue.ssk

     文件      14852  2006-03-22 12:32  MyLPR\bin\Debug\OneGreen.ssk

     文件      14547  2006-03-22 12:32  MyLPR\bin\Debug\OneOrange.ssk

     文件       9218  2006-03-22 06:14  MyLPR\bin\Debug\Page.ssk

     文件      22183  2006-03-22 12:40  MyLPR\bin\Debug\sportsblack.gif

     文件      11351  2006-03-22 05:57  MyLPR\bin\Debug\SportsBlack.ssk

     文件      29210  2006-03-22 05:59  MyLPR\bin\Debug\SteelBlack.ssk

     文件      85809  2006-03-22 23:26  MyLPR\bin\Debug\steelblue.gif

     文件      31723  2006-07-11 00:45  MyLPR\bin\Debug\vista1.ssk

     文件      15928  2007-12-22 09:09  MyLPR\bin\Debug\Vista2_color7.ssk

     文件      47607  2006-07-13 23:30  MyLPR\bin\Debug\Wave.ssk

     文件       2072  2011-10-09 22:14  MyLPR\Camera.cs

     文件       6509  2011-10-09 22:14  MyLPR\Camera.designer.cs

     文件       6012  2011-10-09 22:14  MyLPR\Camera.resx

     文件        766  2011-09-12 16:57  MyLPR\car7.ico

     文件       8317  2011-09-03 03:28  MyLPR\frmScreen.cs

     文件       3069  2011-09-03 03:21  MyLPR\frmScreen.Designer.cs

     文件       6017  2011-09-03 03:21  MyLPR\frmScreen.resx

     文件      13789  2011-09-04 02:03  MyLPR\GeneralTools.cs

     文件      83070  2011-10-14 20:22  MyLPR\MainForm.cs

............此处省略262个文件信息

评论

共有 条评论