資源簡介
基于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.xm
?????文件?????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.xm
?????文件????1094587??2011-08-16?03:44??FaceCheck\FaceCheck\bin\Debug\Emgu.CV.xm
?????文件??????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.xm
?????文件??????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.xm
?????文件????3748256??2008-11-28?17:02??FaceCheck\FaceCheck\haarcascade_frontalface_alt_tree.xm
?????文件??????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個文件信息
評論
共有 條評論