C# .net 百度人脸识别Demo代码

时间:2023-01-08 04:04:35
【文件属性】:

文件名称:C# .net 百度人脸识别Demo代码

文件大小:1.97MB

文件格式:ZIP

更新时间:2023-01-08 04:04:35

人脸识别 人脸识别本地库 C# 人脸识别demo 离线人脸识别

本程序是电脑Pc端应用完整demo,可根据需求自己移植到移动端。本demo支持离线人脸识别,用C#调摄像头捕获图像,调百度API进行人脸识别、注册、查找,可创建自己的人脸库,或用已有自建人脸库效验,避免使用百度在线验证收费。如需使用百度在线验证可自行申请百度KEY接口调用即可。大家如有建议和更好的资源,欢迎大家一起探讨分享。


【文件预览】:
FormFaceMain.cs
Camera.cs
Program.cs
ImageSearchDemo.cs
KgDemo.cs
说明.txt
ImageCensorDemo.cs
OcrDemo.cs
FormFaceDelete.resx
BaiduFaceID.sln
FormFaceDelete.Designer.cs
FormFaceDelete.cs
FaceDemo.cs
obj
----x86()
--------Debug()
bin
----Release()
----Debug()
--------AForge.Video.dll(21KB)
--------AForge.Imaging.dll(257KB)
--------BaiduFaceID.vshost.exe.manifest(490B)
--------AipSdk.dll(53KB)
--------BaiduFaceID.vshost.exe(11KB)
--------AForge.Controls.dll(44KB)
--------BaiduFaceID.pdb(118KB)
--------BaiduFaceID.exe.config(249B)
--------Newtonsoft.Json.dll(450KB)
--------AForge.Video.DirectShow.dll(60KB)
--------AForge.dll(18KB)
--------BaiduFaceID.exe(37KB)
--------BaiduFaceID.vshost.exe.config(249B)
NlpDemo.cs
dll
----AForge.Video.dll(21KB)
----AForge.Imaging.dll(257KB)
----AForge.Controls.dll(44KB)
----Newtonsoft.Json.dll(450KB)
----AForge.Video.DirectShow.dll(60KB)
----AForge.dll(18KB)
百度官方sdk
----netstandard2.0()
--------AipSdk.dll(86KB)
--------AipSdk.deps.json(32KB)
--------AipSdk.pdb(24KB)
----net35()
--------AipSdk.dll(86KB)
--------AipSdk.xml(106KB)
--------Newtonsoft.Json.dll(450KB)
--------AipSdk.pdb(24KB)
----net40()
--------AipSdk.dll(86KB)
--------Newtonsoft.Json.dll(514KB)
--------AipSdk.pdb(24KB)
----net45()
--------AipSdk.dll(86KB)
--------Newtonsoft.Json.dll(639KB)
--------AipSdk.pdb(24KB)
SpeechDemo.cs
BaiduFaceID.csproj
FormRegFace.Designer.cs
App.config
ImageClassifyDemo.cs
FormCapturePhoto.resx
FormCapturePhoto.Designer.cs
FormCapturePhoto.cs
CamHelper.cs
FormRegFace.resx
FormRegFace.cs
BaiduFaceID.suo
FormFaceMain.resx
SysConfig.cs
Properties
----AssemblyInfo.cs(1KB)
----Settings.Designer.cs(1KB)
----Resources.resx(5KB)
----Settings.settings(249B)
----Resources.Designer.cs(3KB)
FormFaceMain.Designer.cs
开发使用VS2010 .NET3.5.txt
运行示例
----AForge.Video.dll(21KB)
----AForge.Imaging.dll(257KB)
----BaiduFaceID.vshost.exe.manifest(490B)
----AipSdk.dll(53KB)
----BaiduFaceID.vshost.exe(11KB)
----AForge.Controls.dll(44KB)
----BaiduFaceID.pdb(118KB)
----BaiduFaceID.exe.config(249B)
----Newtonsoft.Json.dll(450KB)
----AForge.Video.DirectShow.dll(60KB)
----AForge.dll(18KB)
----BaiduFaceID.exe(37KB)
----BaiduFaceID.vshost.exe.config(249B)

网友评论