• 大小: 0.19M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: AForge  识别  运动物体  

资源简介

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\DetectedobjectsForm.cs

     文件       2554  2010-04-25 10:50  Gesture\Gesture\DetectedobjectsForm.designer.cs

     文件       5814  2010-04-25 10:50  Gesture\Gesture\DetectedobjectsForm.resx

     文件       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.DetectedobjectsForm.resources

     文件      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.TuneobjectFilterForm.resources

     目录          0  2010-04-24 23:50  Gesture\Gesture\obj\Debug\Refactor

     文件      46960  2010-04-25 08:28  Gesture\Gesture\obj\Debug\ResolveAssemblyReference.cache

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

评论

共有 条评论