• 大小: 582KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: 其他
  • 标签: emgucv  自行训练  

资源简介

emgu.cv 3.1自行训练HOG,测试用,用于交流。emgu.cv 3.1自行训练HOG,测试用,用于交流

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;

namespace CNNClassifier
{
    public partial class changeFileName : Form
    {
        public changeFileName()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            DirectoryInfo diPos = new DirectoryInfo(“Z:\\车辆分类正负样本1\\车辆分类正负样本\\pos“);

            int files = diPos.GetFiles().Length;
            FileInfo[] fiArr = diPos.GetFiles();
            
            for (int fNum = 0; fNum < files; fNum++)
            {
                fiArr[fNum].MoveTo(“Z:\\车辆分类正负样本1\\车辆分类正负样本\\pos1\\“ + fNum + fiArr[fNum].Extension);
            }
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         187  2017-05-20 22:37  App.config
     文件        4520  2017-05-21 21:33  CNNClassifier.csproj
     文件       14433  2017-05-28 19:58  Form1.Designer.cs
     文件       16070  2017-05-28 21:22  Form1.cs
     文件        5817  2017-05-20 22:37  Form1.resx
     文件         525  2017-05-28 19:58  Program.cs
     目录           0  2017-05-20 22:37  Properties\
     文件        1368  2017-05-20 22:37  Properties\AssemblyInfo.cs
     文件        2878  2017-05-20 22:37  Properties\Resources.Designer.cs
     文件        5612  2017-05-20 22:37  Properties\Resources.resx
     文件        1100  2017-05-20 22:37  Properties\Settings.Designer.cs
     文件         249  2017-05-20 22:37  Properties\Settings.settings
     目录           0  2017-05-20 22:37  bin\
     目录           0  2017-05-21 21:33  bin\Debug\
     文件       20992  2017-05-25 22:39  bin\Debug\CNNClassifier.exe
     文件         187  2017-05-20 22:37  bin\Debug\CNNClassifier.exe.config
     文件       40448  2017-05-25 22:39  bin\Debug\CNNClassifier.pdb
     文件       23168  2017-05-25 22:40  bin\Debug\CNNClassifier.vshost.exe
     文件         187  2017-05-20 22:37  bin\Debug\CNNClassifier.vshost.exe.config
     文件         490  2017-02-26 06:12  bin\Debug\CNNClassifier.vshost.exe.manifest
     文件      117760  2016-02-05 02:19  bin\Debug\Emgu.CV.UI.dll
     文件       34738  2016-02-05 02:19  bin\Debug\Emgu.CV.UI.xml
     文件      508416  2016-02-05 02:19  bin\Debug\Emgu.CV.World.dll
     文件     1377392  2016-02-05 02:19  bin\Debug\Emgu.CV.World.xml
     文件      307200  2016-01-12 03:14  bin\Debug\ZedGraph.dll
     文件        2073  2017-05-21 21:30  changeFileName.Designer.cs
     文件         971  2017-05-25 22:39  changeFileName.cs
     文件        5817  2017-05-21 21:30  changeFileName.resx
     目录           0  2017-05-20 22:37  obj\
     目录           0  2017-05-25 22:39  obj\Debug\
     文件         180  2017-05-21 21:33  obj\Debug\CNNClassifier.Form1.resources
............此处省略13个文件信息

评论

共有 条评论