嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
人脸识别
.
├── Face_Recognition
│ ├── App.config
│ ├── Face_Recognition.csproj
│ ├── Face_Recognition.csproj.user
│ ├── Face_Recognition.sln
│ ├── Location.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SqlHelper.cs
│ ├── Users.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AForge.Controls.dll
│ │ │ ├── AForge.Controls.xml
│ │ │ ├── AForge.Imaging.dll
│ │ │ ├── AForge.Imaging.xml
│ │ │ ├── AForge.Math.dll
│ │ │ ├── AForge.Math.xml
│ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ ├── AForge.Video.DirectShow.xml
│ │ │ ├── AForge.Video.dll
│ │ │ ├── AForge.Video.xml
│ │ │ ├── AForge.dll
│ │ │ ├── AForge.xml
│ │ │ ├── AipSdk.dll
│ │ │ ├── Face_Recognition.exe
│ │ │ ├── Face_Recognition.exe.config
│ │ │ ├── Face_Recognition.pdb
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ └── picture
│ │ └── Release
│ ├── faceIdentify.Designer.cs
│ ├── faceIdentify.cs
│ ├── faceIdentify.resx
│ ├── faceregiste.Designer.cs
│ ├── faceregiste.cs
│ ├── faceregiste.resx
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Face_Recognition.Properties.Resources.resources
│ │ ├── Face_Recognition.csproj.CopyComplete
│ │ ├── Face_Recognition.csproj.CoreCompileInputs.cache
│ │ ├── Face_Recognition.csproj.FileListAbsolute.txt
│ │ ├── Face_Recognition.csproj.GenerateResource.cache
│ │ ├── Face_Recognition.csprojAssemblyReference.cache
│ │ ├── Face_Recognition.exe
│ │ ├── Face_Recognition.faceIdentify.resources
│ │ ├── Face_Recognition.faceregiste.resources
│ │ ├── Face_Recognition.pdb
│ │ └── TempPE
│ ├── packages
│ │ ├── AForge.2.2.5
│ │ │ ├── AForge.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.dll
│ │ │ └── AForge.xml
│ │ ├── AForge.Controls.2.2.5
│ │ │ ├── AForge.Controls.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Controls.dll
│ │ │ └── AForge.Controls.xml
│ │ ├── AForge.Imaging.2.2.5
│ │ │ ├── AForge.Imaging.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Imaging.dll
│ │ │ └── AForge.Imaging.xml
│ │ ├── AForge.Math.2.2.5
│ │ │ ├── AForge.Math.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Math.dll
│ │ │ └── AForge.Math.xml
│ │ ├── AForge.Video.2.2.5
│ │ │ ├── AForge.Video.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Video.dll
│ │ │ └── AForge.Video.xml
│ │ ├── AForge.Video.DirectShow.2.2.5
│ │ │ ├── AForge.Video.DirectShow.2.2.5.nupkg
│ │ │ └── lib
│ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ └── AForge.Video.DirectShow.xml
│ │ ├── Baidu-AI.4.15.6
│ │ │ ├── Baidu-AI.4.15.6.nupkg
│ │ │ └── lib
│ │ │ ├── net35
│ │ │ │ ├── AipSdk.dll
│ │ │ │ └── AipSdk.xml
│ │ │ ├── net40
│ │ │ │ ├── AipSdk.dll
│ │ │ │ └── AipSdk.xml
│ │ │ ├── net45
│ │ │ │ └── AipSdk.dll
│ │ │ └── netstandard2.0
│ │ │ └── AipSdk.dll
│ │ └── Newtonsoft.Json.13.0.1
│ │ ├── LICENSE.md
│ │ ├── Newtonsoft.Json.13.0.1.nupkg
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.0
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── netstandard1.3
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── netstandard2.0
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── packageIcon.png
│ └── packages.config
└── 好例子网_人脸识别.rar
37 directories, 93 files