資源簡介
電腦桌面端應用程序,使用C#從攝像頭捕獲圖像,調用百度API進行人臉識別,包含了注冊人臉,查找人臉等功能
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Runtime.InteropServices;
namespace?BaiduFaceID
{
????public?class?Camera
????{
????????private?IntPtr?lwndC;
????????private?IntPtr?mControlPtr;
????????private?int?mWidth;
????????private?int?mHeight;
????????//?構造函數
????????public?Camera(IntPtr?handle?int?width?int?height)
????????{
????????????mControlPtr?=?handle;
????????????mWidth?=?width;
????????????mHeight?=?height;
????????}
????????//?幀回調的委托
????????public?delegate?void?RecievedframeEventHandler(byte[]?data);
????????public?event?RecievedframeEventHandler?Recievedframe;
????????private?AviCapture.frameEventHandler?mframeEventHandler;
????????///?
????????///?關閉攝像頭
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????249??2017-12-28?16:07??BaiduFaceID\App.config
?????文件???????5964??2017-12-28?11:51??BaiduFaceID\BaiduFaceID.csproj
?????文件????????863??2017-12-27?10:56??BaiduFaceID\BaiduFaceID.sln
????..A..H.?????36352??2017-12-28?16:24??BaiduFaceID\BaiduFaceID.suo
?????文件??????44544??2017-12-28?11:50??BaiduFaceID\bin\Debug\AForge.Controls.dll
?????文件??????17920??2017-12-28?11:50??BaiduFaceID\bin\Debug\AForge.dll
?????文件?????262656??2017-12-28?11:50??BaiduFaceID\bin\Debug\AForge.Imaging.dll
?????文件??????61440??2017-12-28?11:50??BaiduFaceID\bin\Debug\AForge.Video.DirectShow.dll
?????文件??????20992??2017-12-28?11:49??BaiduFaceID\bin\Debug\AForge.Video.dll
?????文件??????53760??2017-11-14?11:31??BaiduFaceID\bin\Debug\AipSdk.dll
?????文件??????37888??2017-12-28?16:25??BaiduFaceID\bin\Debug\BaiduFaceID.exe
?????文件????????249??2017-12-28?16:07??BaiduFaceID\bin\Debug\BaiduFaceID.exe.config
?????文件??????99840??2017-12-28?16:25??BaiduFaceID\bin\Debug\BaiduFaceID.pdb
?????文件??????11608??2017-12-28?16:26??BaiduFaceID\bin\Debug\BaiduFaceID.vshost.exe
?????文件????????249??2017-12-28?16:07??BaiduFaceID\bin\Debug\BaiduFaceID.vshost.exe.config
?????文件????????490??2015-10-22?09:54??BaiduFaceID\bin\Debug\BaiduFaceID.vshost.exe.manifest
?????文件?????460800??2017-11-14?11:31??BaiduFaceID\bin\Debug\Newtonsoft.Json.dll
?????文件??????12631??2017-12-28?10:22??BaiduFaceID\Camera.cs
?????文件???????4756??2017-12-28?09:40??BaiduFaceID\CamHelper.cs
?????文件??????44544??2017-12-28?11:50??BaiduFaceID\dll\AForge.Controls.dll
?????文件??????17920??2017-12-28?11:50??BaiduFaceID\dll\AForge.dll
?????文件?????262656??2017-12-28?11:50??BaiduFaceID\dll\AForge.Imaging.dll
?????文件??????61440??2017-12-28?11:50??BaiduFaceID\dll\AForge.Video.DirectShow.dll
?????文件??????20992??2017-12-28?11:49??BaiduFaceID\dll\AForge.Video.dll
?????文件???????7111??2017-12-28?15:35??BaiduFaceID\FaceDemo.cs
?????文件???????2385??2017-12-28?13:32??BaiduFaceID\FormCapturePhoto.cs
?????文件???????3796??2017-12-28?13:32??BaiduFaceID\FormCapturePhoto.Designer.cs
?????文件???????5817??2017-12-28?13:32??BaiduFaceID\FormCapturePhoto.resx
?????文件???????1043??2017-12-27?21:42??BaiduFaceID\FormFaceDelete.cs
?????文件???????3910??2017-12-27?21:41??BaiduFaceID\FormFaceDelete.Designer.cs
............此處省略45個文件信息
- 上一篇:自動更新(AutoUpdater)
- 下一篇:實現在線編輯C#腳本(帶智能提示)
評論
共有 條評論