基本信息
源码名称:C#调用百度人脸识别源码
源码大小:0.57M
文件格式:.rar
开发语言:C#
更新时间:2020-05-30
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
电脑桌面端应用程序,使用C#从摄像头捕获图像,调用百度API进行人脸识别,包含了注册人脸,查找人脸等功能
BaiduFaceID
└── BaiduFaceID
├── App.config
├── BaiduFaceID.csproj
├── BaiduFaceID.sln
├── BaiduFaceID.suo
├── CamHelper.cs
├── Camera.cs
├── FaceDemo.cs
├── FormCapturePhoto.Designer.cs
├── FormCapturePhoto.cs
├── FormCapturePhoto.resx
├── FormFaceDelete.Designer.cs
├── FormFaceDelete.cs
├── FormFaceDelete.resx
├── FormFaceMain.Designer.cs
├── FormFaceMain.cs
├── FormFaceMain.resx
├── FormRegFace.Designer.cs
├── FormRegFace.cs
├── FormRegFace.resx
├── ImageCensorDemo.cs
├── ImageClassifyDemo.cs
├── ImageSearchDemo.cs
├── KgDemo.cs
├── NlpDemo.cs
├── OcrDemo.cs
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── SpeechDemo.cs
├── SysConfig.cs
├── bin
│ └── Debug
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ ├── AForge.dll
│ ├── AipSdk.dll
│ ├── BaiduFaceID.exe
│ ├── BaiduFaceID.exe.config
│ ├── BaiduFaceID.pdb
│ ├── BaiduFaceID.vshost.exe
│ ├── BaiduFaceID.vshost.exe.config
│ ├── BaiduFaceID.vshost.exe.manifest
│ └── Newtonsoft.Json.dll
├── dll
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ └── AForge.dll
└── obj
└── x86
└── Debug
├── BaiduFaceID.FormCapturePhoto.resources
├── BaiduFaceID.FormFaceDelete.resources
├── BaiduFaceID.FormFaceMain.resources
├── BaiduFaceID.FormRegFace.resources
├── BaiduFaceID.Properties.Resources.resources
├── BaiduFaceID.csproj.FileListAbsolute.txt
├── BaiduFaceID.csproj.GenerateResource.Cache
├── BaiduFaceID.exe
├── BaiduFaceID.pdb
├── DesignTimeResolveAssemblyReferences.cache
└── DesignTimeResolveAssemblyReferencesInput.cache
8 directories, 62 files
电脑桌面端应用程序,使用C#从摄像头捕获图像,调用百度API进行人脸识别,包含了注册人脸,查找人脸等功能
BaiduFaceID
└── BaiduFaceID
├── App.config
├── BaiduFaceID.csproj
├── BaiduFaceID.sln
├── BaiduFaceID.suo
├── CamHelper.cs
├── Camera.cs
├── FaceDemo.cs
├── FormCapturePhoto.Designer.cs
├── FormCapturePhoto.cs
├── FormCapturePhoto.resx
├── FormFaceDelete.Designer.cs
├── FormFaceDelete.cs
├── FormFaceDelete.resx
├── FormFaceMain.Designer.cs
├── FormFaceMain.cs
├── FormFaceMain.resx
├── FormRegFace.Designer.cs
├── FormRegFace.cs
├── FormRegFace.resx
├── ImageCensorDemo.cs
├── ImageClassifyDemo.cs
├── ImageSearchDemo.cs
├── KgDemo.cs
├── NlpDemo.cs
├── OcrDemo.cs
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── SpeechDemo.cs
├── SysConfig.cs
├── bin
│ └── Debug
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ ├── AForge.dll
│ ├── AipSdk.dll
│ ├── BaiduFaceID.exe
│ ├── BaiduFaceID.exe.config
│ ├── BaiduFaceID.pdb
│ ├── BaiduFaceID.vshost.exe
│ ├── BaiduFaceID.vshost.exe.config
│ ├── BaiduFaceID.vshost.exe.manifest
│ └── Newtonsoft.Json.dll
├── dll
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ └── AForge.dll
└── obj
└── x86
└── Debug
├── BaiduFaceID.FormCapturePhoto.resources
├── BaiduFaceID.FormFaceDelete.resources
├── BaiduFaceID.FormFaceMain.resources
├── BaiduFaceID.FormRegFace.resources
├── BaiduFaceID.Properties.Resources.resources
├── BaiduFaceID.csproj.FileListAbsolute.txt
├── BaiduFaceID.csproj.GenerateResource.Cache
├── BaiduFaceID.exe
├── BaiduFaceID.pdb
├── DesignTimeResolveAssemblyReferences.cache
└── DesignTimeResolveAssemblyReferencesInput.cache
8 directories, 62 files