資源簡介
AForge運動物體識別
代碼片段和文件信息
//?Two?Cameras?Vision
//
//?Copyright???Andrew?Kirillov?2009
//?andrew.kirillov@aforgenet.com
//
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?Gesture
{
????public?partial?class?DetectedobjectsForm?:?Form
????{
????????public?DetectedobjectsForm(?)
????????{
????????????InitializeComponent(?);
????????}
????????//?On?form?closing?-?hide?it?instead
????????private?void?DetectedobjectsForm_FormClosing(?object?sender?FormClosingEventArgs?e?)
????????{
????????????this.Hide(?);
????????????e.Cancel?=?true;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????39424??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Controls.dll
?????文件??????11264??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.dll
?????文件?????194560??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Imaging.dll
?????文件??????16384??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Imaging.Formats.dll
?????文件??????26624??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Math.dll
?????文件??????31232??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Video.DirectShow.dll
?????文件??????14336??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Video.dll
?????文件??????16384??2010-03-10?13:36??Gesture\Gesture\bin\Debug\AForge.Video.VFW.dll
?????文件??????32768??2010-04-25?10:59??Gesture\Gesture\bin\Debug\Gesture.exe
?????文件??????46592??2010-04-25?10:59??Gesture\Gesture\bin\Debug\Gesture.pdb
?????文件???????5632??2005-11-11?22:25??Gesture\Gesture\bin\Debug\Gesture.vshost.exe
?????目錄??????????0??2010-04-25?10:59??Gesture\Gesture\bin\Debug
?????目錄??????????0??2010-04-24?21:24??Gesture\Gesture\bin
?????文件????????697??2010-04-25?10:50??Gesture\Gesture\Detectedob
?????文件???????2554??2010-04-25?10:50??Gesture\Gesture\Detectedob
?????文件???????5814??2010-04-25?10:50??Gesture\Gesture\Detectedob
?????文件???????5042??2010-04-25?10:59??Gesture\Gesture\Gesture.csproj
?????文件????????554??2010-04-24?21:25??Gesture\Gesture\Gesture.csproj.user
?????文件???????9897??2010-04-25?10:58??Gesture\Gesture\MainForm.cs
?????文件???????9363??2010-04-25?10:51??Gesture\Gesture\MainForm.Designer.cs
?????文件???????5814??2010-04-25?10:51??Gesture\Gesture\MainForm.resx
?????文件????????990??2010-04-25?10:51??Gesture\Gesture\obj\Debug\Gesture.csproj.GenerateResource.Cache
?????文件????????180??2010-04-25?10:50??Gesture\Gesture\obj\Debug\Gesture.Detectedob
?????文件??????32768??2010-04-25?10:59??Gesture\Gesture\obj\Debug\Gesture.exe
?????文件????????180??2010-04-25?10:51??Gesture\Gesture\obj\Debug\Gesture.MainForm.resources
?????文件??????46592??2010-04-25?10:59??Gesture\Gesture\obj\Debug\Gesture.pdb
?????文件????????180??2010-04-24?21:41??Gesture\Gesture\obj\Debug\Gesture.Properties.Resources.resources
?????文件????????180??2010-04-24?21:41??Gesture\Gesture\obj\Debug\Gesture.Tuneob
?????目錄??????????0??2010-04-24?23:50??Gesture\Gesture\obj\Debug\Refactor
?????文件??????46960??2010-04-25?08:28??Gesture\Gesture\obj\Debug\ResolveAssemblyReference.cache
............此處省略21個文件信息
- 上一篇:C# 車牌號識別系統(入門demo-未完)
- 下一篇:C# DirectX基礎編程
評論
共有 條評論