基本信息
源码名称:C# 在图像上找出所有人脸
源码大小:11.34M
文件格式:.7z
开发语言:C#
更新时间:2020-08-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍


TestCaptrueCV2

├── TestCaptrueCV2
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── TestCaptrueCV2.csproj
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Emgu.CV.DebuggerVisualizers.VS2015.dll
│   │   │   ├── Emgu.CV.UI.GL.dll
│   │   │   ├── Emgu.CV.UI.GL.xml
│   │   │   ├── Emgu.CV.UI.dll
│   │   │   ├── Emgu.CV.UI.xml
│   │   │   ├── Emgu.CV.World.dll
│   │   │   ├── Emgu.CV.World.xml
│   │   │   ├── Microsoft.VisualStudio.DebuggerVisualizers.dll
│   │   │   ├── TestCaptrueCV2.exe
│   │   │   ├── TestCaptrueCV2.pdb
│   │   │   ├── TestCaptrueCV2.vshost.exe
│   │   │   ├── TestCaptrueCV2.vshost.exe.manifest
│   │   │   ├── ZedGraph.dll
│   │   │   ├── cvextern.dll
│   │   │   ├── etc
│   │   │   │   ├── haarcascades
│   │   │   │   │   ├── haarcascade_eye.xml
│   │   │   │   │   ├── haarcascade_eye_tree_eyeglasses.xml
│   │   │   │   │   ├── haarcascade_frontalcatface.xml
│   │   │   │   │   ├── haarcascade_frontalcatface_extended.xml
│   │   │   │   │   ├── haarcascade_frontalface_alt.xml
│   │   │   │   │   ├── haarcascade_frontalface_alt2.xml
│   │   │   │   │   ├── haarcascade_frontalface_alt_tree.xml
│   │   │   │   │   ├── haarcascade_frontalface_default.xml
│   │   │   │   │   ├── haarcascade_fullbody.xml
│   │   │   │   │   ├── haarcascade_lefteye_2splits.xml
│   │   │   │   │   ├── haarcascade_licence_plate_rus_16stages.xml
│   │   │   │   │   ├── haarcascade_lowerbody.xml
│   │   │   │   │   ├── haarcascade_profileface.xml
│   │   │   │   │   ├── haarcascade_righteye_2splits.xml
│   │   │   │   │   ├── haarcascade_russian_plate_number.xml
│   │   │   │   │   ├── haarcascade_smile.xml
│   │   │   │   │   └── haarcascade_upperbody.xml
│   │   │   │   └── lbpcascades
│   │   │   │       ├── lbpcascade_frontalcatface.xml
│   │   │   │       ├── lbpcascade_frontalface.xml
│   │   │   │       ├── lbpcascade_profileface.xml
│   │   │   │       └── lbpcascade_silverware.xml
│   │   │   ├── haarcascade_eye.xml
│   │   │   ├── haarcascade_frontalface_default.xml
│   │   │   ├── msvcp120.dll
│   │   │   ├── msvcr120.dll
│   │   │   └── zh-Hans
│   │   │       └── Microsoft.VisualStudio.DebuggerVisualizers.resources.dll
│   │   └── Debug.7z
│   └── obj
│       └── Debug
│           ├── CoreCompileInputs.cache
│           ├── DesignTimeResolveAssemblyReferences.cache
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── TempPE
│           ├── TestCaptrueCV2.Form1.resources
│           ├── TestCaptrueCV2.Properties.Resources.resources
│           ├── TestCaptrueCV2.csproj.FileListAbsolute.txt
│           ├── TestCaptrueCV2.csproj.GenerateResource.Cache
│           ├── TestCaptrueCV2.csprojResolveAssemblyReference.cache
│           ├── TestCaptrueCV2.exe
│           └── TestCaptrueCV2.pdb
└── TestCaptrueCV2.sln

11 directories, 62 files