资源简介

基于EmguCV的人脸检测!!非常简单的一个程序,很容易看懂!基于EmguCV的人脸检测!!非常简单的一个程序,很容易看懂! c# EmguCV Face detect c# EmguCV Face detect)

资源截图

代码片段和文件信息

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 Emgu.CV;
using Emgu.CV.Structure;

namespace FaceCheck
{
    public partial class Form1 : Form
    {
        private Capture _capture;
        private bool _captureInProgress;
        public Form1()
        {
            InitializeComponent();
        }
        Image image;
        private void button1_Click(object sender EventArgs e)
        {
            OpenFileDialog openFileDialog = new OpenFileDialog();
            if (openFileDialog.ShowDialog() == DialogResult.OK)
            {
                string fileName = openFileDialog.FileName;
                Imag

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

     文件        144  2011-11-10 13:10  FaceCheck\FaceCheck\app.config

     文件     266240  2011-08-16 03:44  FaceCheck\FaceCheck\bin\Debug\Emgu.CV.dll

     文件      32768  2011-08-16 03:44  FaceCheck\FaceCheck\bin\Debug\Emgu.CV.ML.dll

     文件     113345  2011-08-16 03:44  FaceCheck\FaceCheck\bin\Debug\Emgu.CV.ML.xml

     文件     126976  2011-08-16 03:44  FaceCheck\FaceCheck\bin\Debug\Emgu.CV.UI.dll

     文件      35149  2011-08-16 03:44  FaceCheck\FaceCheck\bin\Debug\Emgu.CV.UI.xml

     文件    1094587  2011-08-16 03:44  FaceCheck\FaceCheck\bin\Debug\Emgu.CV.xml

     文件      32768  2011-08-16 03:43  FaceCheck\FaceCheck\bin\Debug\Emgu.Util.dll

     文件      21208  2011-08-16 03:43  FaceCheck\FaceCheck\bin\Debug\Emgu.Util.xml

     文件      11776  2011-11-11 14:41  FaceCheck\FaceCheck\bin\Debug\FaceCheck.exe

     文件        144  2011-11-10 13:10  FaceCheck\FaceCheck\bin\Debug\FaceCheck.exe.config

     文件      30208  2011-11-11 14:41  FaceCheck\FaceCheck\bin\Debug\FaceCheck.pdb

     文件      11600  2011-11-11 14:39  FaceCheck\FaceCheck\bin\Debug\FaceCheck.vshost.exe

     文件        144  2011-11-10 13:10  FaceCheck\FaceCheck\bin\Debug\FaceCheck.vshost.exe.config

     文件        490  2010-03-17 22:39  FaceCheck\FaceCheck\bin\Debug\FaceCheck.vshost.exe.manifest

     文件     307200  2010-05-26 11:12  FaceCheck\FaceCheck\bin\Debug\ZedGraph.dll

     文件       4637  2011-11-10 14:48  FaceCheck\FaceCheck\FaceCheck.csproj

     文件       6638  2011-11-11 14:41  FaceCheck\FaceCheck\Form1.cs

     文件       3953  2011-11-10 15:18  FaceCheck\FaceCheck\Form1.Designer.cs

     文件       5817  2011-11-10 15:18  FaceCheck\FaceCheck\Form1.resx

     文件     521766  2008-11-28 17:02  FaceCheck\FaceCheck\haarcascade_eye.xml

     文件    3748256  2008-11-28 17:02  FaceCheck\FaceCheck\haarcascade_frontalface_alt_tree.xml

     文件      23747  2011-11-10 14:16  FaceCheck\FaceCheck\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7093  2011-11-11 14:41  FaceCheck\FaceCheck\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       2515  2011-11-11 14:39  FaceCheck\FaceCheck\obj\x86\Debug\FaceCheck.csproj.FileListAbsolute.txt

     文件      11776  2011-11-11 14:41  FaceCheck\FaceCheck\obj\x86\Debug\FaceCheck.exe

     文件        180  2011-11-10 16:35  FaceCheck\FaceCheck\obj\x86\Debug\FaceCheck.Form1.resources

     文件      30208  2011-11-11 14:41  FaceCheck\FaceCheck\obj\x86\Debug\FaceCheck.pdb

     文件        180  2011-11-10 16:35  FaceCheck\FaceCheck\obj\x86\Debug\FaceCheck.Properties.Resources.resources

     文件        488  2011-11-10 16:35  FaceCheck\FaceCheck\obj\x86\Debug\GenerateResource.read.1.tlog

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

评论

共有 条评论