嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c# 人脸识别 虹软 增加了保存与导入人脸库功能
快速上手:
2. 从官网申请sdk http://www.arcsoft.com.cn/ai/arcface.html ,下载对应的sdk版本(x86或x64)并解压
3. 将libs中的“libarcsoft_face.dll”、“libarcsoft_face_engine.dll”拷贝到工程bin目录的对应平台的debug或release目录下
以上2和3的dll已拷贝
4. 将对应appid和appkey替换App.config文件中对应内容
5. 在Debug或者Release中选择配置管理器,选择对应的平台,
.
├── ArcfaceDemo_CSharp-master
│ ├── ArcSoftFace
│ │ ├── ArcSoftFace
│ │ │ ├── App.config
│ │ │ ├── ArcSoftFace.csproj
│ │ │ ├── Entity
│ │ │ │ ├── FaceTrackUnit.cs
│ │ │ │ └── ImageInfo.cs
│ │ │ ├── FaceForm.Designer.cs
│ │ │ ├── FaceForm.cs
│ │ │ ├── FaceForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── favicon.ico
│ │ │ ├── SDKModels
│ │ │ │ ├── ASF_AgeInfo.cs
│ │ │ │ ├── ASF_Face3DAngle.cs
│ │ │ │ ├── ASF_FaceFeature.cs
│ │ │ │ ├── ASF_GenderInfo.cs
│ │ │ │ ├── ASF_ImagePixelFormat.cs
│ │ │ │ ├── ASF_MultiFaceInfo.cs
│ │ │ │ ├── ASF_OrientCode.cs
│ │ │ │ ├── ASF_OrientPriority.cs
│ │ │ │ ├── ASF_SingleFaceInfo.cs
│ │ │ │ ├── ASF_VERSION.cs
│ │ │ │ ├── DetectionMode.cs
│ │ │ │ ├── FaceEngineMask.cs
│ │ │ │ └── MRECT.cs
│ │ │ ├── SDKUtil
│ │ │ │ └── ASFFunctions.cs
│ │ │ ├── Utils
│ │ │ │ ├── FaceUtil.cs
│ │ │ │ ├── ImageUtil.cs
│ │ │ │ └── MemoryUtil.cs
│ │ │ ├── bin
│ │ │ │ └── x64
│ │ │ │ └── Debug
│ │ │ │ ├── AForge.Controls.dll
│ │ │ │ ├── AForge.Imaging.Formats.dll
│ │ │ │ ├── AForge.Imaging.dll
│ │ │ │ ├── AForge.Math.dll
│ │ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ │ ├── AForge.Video.dll
│ │ │ │ ├── AForge.dll
│ │ │ │ ├── ArcFace64.dat
│ │ │ │ ├── ArcSoftFace.exe
│ │ │ │ ├── ArcSoftFace.exe.config
│ │ │ │ ├── ArcSoftFace.pdb
│ │ │ │ ├── AxInterop.WMPLib.dll
│ │ │ │ ├── FaceList.bin
│ │ │ │ ├── Interop.WMPLib.dll
│ │ │ │ ├── asf_install.dat
│ │ │ │ ├── freesdk_132512.dat
│ │ │ │ ├── libarcsoft_face.dll
│ │ │ │ ├── libarcsoft_face_engine.dll
│ │ │ │ └── libarcsoft_face_engine.lib
│ │ │ ├── doc
│ │ │ │ ├── ArcSoftFace C# Demo说明文档.pdf
│ │ │ │ └── ~$cSoftFace说明文档.docx
│ │ │ ├── favicon.ico
│ │ │ ├── lib
│ │ │ │ ├── AForge.Controls.dll
│ │ │ │ ├── AForge.Imaging.Formats.dll
│ │ │ │ ├── AForge.Imaging.dll
│ │ │ │ ├── AForge.Math.dll
│ │ │ │ ├── AForge.Video.DirectShow.dll
│ │ │ │ ├── AForge.Video.dll
│ │ │ │ └── AForge.dll
│ │ │ └── obj
│ │ │ └── x64
│ │ │ └── Debug
│ │ │ ├── ArcSoftFace.FaceForm.resources
│ │ │ ├── ArcSoftFace.Properties.Resources.resources
│ │ │ ├── ArcSoftFace.csproj.AssemblyReference.cache
│ │ │ ├── ArcSoftFace.csproj.CopyComplete
│ │ │ ├── ArcSoftFace.csproj.CoreCompileInputs.cache
│ │ │ ├── ArcSoftFace.csproj.FileListAbsolute.txt
│ │ │ ├── ArcSoftFace.csproj.GenerateResource.cache
│ │ │ ├── ArcSoftFace.csproj.ResolveComReference.cache
│ │ │ ├── ArcSoftFace.exe
│ │ │ ├── ArcSoftFace.pdb
│ │ │ ├── AxInterop.WMPLib.dll
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Interop.WMPLib.dll
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── ArcSoftFace.sln
│ └── README.md
└── 好例子网_ArcfaceDemo_CSharp-master.rar
18 directories, 78 files