在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → 基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别

基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:46.34M
  • 下载次数:15
  • 浏览次数:75
  • 发布时间:2022-05-30
  • 实例类别:C/C++语言基础
  • 发 布 人:drbangel
  • 文件格式:.zip
  • 所需积分:1

实例介绍

【实例简介】基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别

【实例截图】

from clipboard

【核心代码】

.
├── AI_Project-master
│   ├── AI_Project.sln
│   ├── BaiduAIAPI
│   │   ├── APIBaseModel.cs
│   │   ├── Access_Token.cs
│   │   ├── BaiduAIAPI.csproj
│   │   ├── Config.cs
│   │   ├── Model
│   │   │   ├── AccessTokenModel.cs
│   │   │   ├── FaceModel
│   │   │   │   └── FaceIdentifyModel.cs
│   │   │   ├── OCRModel
│   │   │   │   ├── BankCardRecognitionModel.cs
│   │   │   │   ├── DrivingLicenseModel.cs
│   │   │   │   ├── ErrorTypeModel.cs
│   │   │   │   ├── IDCardRecognitionModel.cs
│   │   │   │   └── JsonModel.cs
│   │   │   └── OCR_CharacterRecognitionErrorModel.cs
│   │   ├── OCR_CharacterRecognition
│   │   │   ├── BankCardRecognition.cs
│   │   │   ├── IDCardRecognition.cs
│   │   │   └── ImageVerification.cs
│   │   ├── OfficialAPI
│   │   │   ├── AipSdk.XML
│   │   │   ├── FaceAPI.cs
│   │   │   ├── ImageCensorAPI.cs
│   │   │   ├── ImageClassifyAPI.cs
│   │   │   ├── KgAPI.cs
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── NlpAPI.cs
│   │   │   ├── OcrAPI.cs
│   │   │   └── SpeechAPI.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Type
│   │   │   ├── AccessTokenErrorCodeToDescription.cs
│   │   │   ├── OCR_CharacterRecognitionErrorType.cs
│   │   │   └── ORC_CharacterRecognitionErrorType.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AOP.Common.dll
│   │   │       ├── AOP.Common.pdb
│   │   │       ├── AipSdk.dll
│   │   │       ├── AipSdk.xml
│   │   │       ├── BaiduAIAPI.dll
│   │   │       ├── BaiduAIAPI.pdb
│   │   │       ├── ICSharpCode.SharpZipLib.dll
│   │   │       ├── IrisSkin2.dll
│   │   │       ├── Microsoft.CSharp.dll
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── System.Data.DataSetExtensions.dll
│   │   │       ├── System.Data.dll
│   │   │       ├── System.Drawing.dll
│   │   │       ├── System.Net.Http.dll
│   │   │       ├── System.Web.dll
│   │   │       ├── System.Xml.Linq.dll
│   │   │       ├── System.Xml.dll
│   │   │       ├── System.dll
│   │   │       └── log4net.dll
│   │   └── obj
│   │       └── Debug
│   │           ├── BaiduAIAPI.csproj.CopyComplete
│   │           ├── BaiduAIAPI.csproj.CoreCompileInputs.cache
│   │           ├── BaiduAIAPI.csproj.FileListAbsolute.txt
│   │           ├── BaiduAIAPI.csprojResolveAssemblyReference.cache
│   │           ├── BaiduAIAPI.dll
│   │           ├── BaiduAIAPI.pdb
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── BaiduAIAPIDemo
│   │   ├── App.config
│   │   ├── BaiduAIAPIDemo.csproj
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AOP.Common.dll
│   │   │       ├── AOP.Common.pdb
│   │   │       ├── AipSdk.dll
│   │   │       ├── AipSdk.xml
│   │   │       ├── BaiduAIAPI.dll
│   │   │       ├── BaiduAIAPI.pdb
│   │   │       ├── BaiduAIAPIDemo.exe
│   │   │       ├── BaiduAIAPIDemo.exe.config
│   │   │       ├── BaiduAIAPIDemo.pdb
│   │   │       ├── ICSharpCode.SharpZipLib.dll
│   │   │       ├── IrisSkin2.dll
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── Pic
│   │   │       │   └── BankCard
│   │   │       │       └── nh.jpg
│   │   │       └── log4net.dll
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── BaiduAIAPIDemo.Form_BankCardRecognition.resources
│   │   │       ├── BaiduAIAPIDemo.Properties.Resources.resources
│   │   │       ├── BaiduAIAPIDemo.csproj.CopyComplete
│   │   │       ├── BaiduAIAPIDemo.csproj.CoreCompileInputs.cache
│   │   │       ├── BaiduAIAPIDemo.csproj.FileListAbsolute.txt
│   │   │       ├── BaiduAIAPIDemo.csproj.GenerateResource.Cache
│   │   │       ├── BaiduAIAPIDemo.csprojResolveAssemblyReference.cache
│   │   │       ├── BaiduAIAPIDemo.exe
│   │   │       ├── BaiduAIAPIDemo.pdb
│   │   │       ├── BaiduAIAPIDemo.百度AI_API基础测试.resources
│   │   │       ├── BaiduAIAPIDemo.百度AI_文字识别_车牌识别.resources
│   │   │       ├── BaiduAIAPIDemo.百度AI_文字识别_验证码识别.resources
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── 百度AI_API基础测试.Designer.cs
│   │   ├── 百度AI_API基础测试.cs
│   │   ├── 百度AI_API基础测试.resx
│   │   ├── 百度AI_文字识别_车牌识别.cs
│   │   ├── 百度AI_文字识别_车牌识别.designer.cs
│   │   ├── 百度AI_文字识别_车牌识别.resx
│   │   ├── 百度AI_文字识别_银行卡识别.Designer.cs
│   │   ├── 百度AI_文字识别_验证码识别.Designer.cs
│   │   ├── 百度AI_文字识别_银行卡识别.cs
│   │   ├── 百度AI_文字识别_验证码识别.cs
│   │   ├── 百度AI_文字识别_银行卡识别.resx
│   │   └── 百度AI_文字识别_验证码识别.resx
│   ├── BaiduAIPCApp
│   │   ├── App.config
│   │   ├── BaiduAIPCApp.csproj
│   │   ├── Config
│   │   │   └── DBConfig.cs
│   │   ├── Form_Bast.cs
│   │   ├── Form_Bast.designer.cs
│   │   ├── Form_Bast.resx
│   │   ├── Form_Index.cs
│   │   ├── Form_Index.designer.cs
│   │   ├── Form_Index.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AOP.Common.dll
│   │   │       ├── AOP.Common.pdb
│   │   │       ├── AOP.Core.dll
│   │   │       ├── AOP.Core.dll.config
│   │   │       ├── AOP.Core.pdb
│   │   │       ├── AOP.DBData.dll
│   │   │       ├── AOP.DBData.pdb
│   │   │       ├── AOP.LogPlugin.dll
│   │   │       ├── AOP.LogPlugin.dll.config
│   │   │       ├── AOP.LogPlugin.pdb
│   │   │       ├── AOP.ManagerPlugin.dll
│   │   │       ├── AOP.ManagerPlugin.dll.config
│   │   │       ├── AOP.ManagerPlugin.pdb
│   │   │       ├── AOP.Model.dll
│   │   │       ├── AOP.Model.pdb
│   │   │       ├── AOP.Plugin.dll
│   │   │       ├── AOP.Plugin.pdb
│   │   │       ├── AOP.Service.dll
│   │   │       ├── AOP.Service.pdb
│   │   │       ├── AOP.WinFormPlugin.dll
│   │   │       ├── AOP.WinFormPlugin.dll.config
│   │   │       ├── AOP.WinFormPlugin.pdb
│   │   │       ├── AipSdk.dll
│   │   │       ├── AipSdk.xml
│   │   │       ├── Autofac.dll
│   │   │       ├── Autofac.xml
│   │   │       ├── BaiduAIAPI.dll
│   │   │       ├── BaiduAIAPI.pdb
│   │   │       ├── BaiduAIPCApp.exe
│   │   │       ├── BaiduAIPCApp.exe.config
│   │   │       ├── BaiduAIPCApp.pdb
│   │   │       ├── BaiduAI_ORC_CharacterRecognitionPlugin.dll
│   │   │       ├── BaiduAI_ORC_CharacterRecognitionPlugin.dll.config
│   │   │       ├── BaiduAI_ORC_CharacterRecognitionPlugin.pdb
│   │   │       ├── EntityFramework.SqlServer.dll
│   │   │       ├── EntityFramework.dll
│   │   │       ├── IBatisNet.Common.dll
│   │   │       ├── IBatisNet.DataMapper.dll
│   │   │       ├── ICSharpCode.SharpZipLib.dll
│   │   │       ├── IrisSkin2.dll
│   │   │       ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   │       ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── Pic
│   │   │       │   └── aee00cf431adcbef810db5cdadaf2edda2cc9f8720171213.jpg
│   │   │       ├── Skins
│   │   │       │   ├── Calmness.ssk
│   │   │       │   ├── CalmnessColor1.ssk
│   │   │       │   ├── CalmnessColor2.ssk
│   │   │       │   ├── DeepCyan.ssk
│   │   │       │   ├── DeepGreen.ssk
│   │   │       │   ├── DeepOrange.ssk
│   │   │       │   ├── DiamondBlue.ssk
│   │   │       │   ├── DiamondGreen.ssk
│   │   │       │   ├── DiamondOlive.ssk
│   │   │       │   ├── DiamondPurple.ssk
│   │   │       │   ├── DiamondRed.ssk
│   │   │       │   ├── Eighteen.ssk
│   │   │       │   ├── EighteenColor1.ssk
│   │   │       │   ├── EighteenColor2.ssk
│   │   │       │   ├── Emerald.ssk
│   │   │       │   ├── EmeraldColor1.ssk
│   │   │       │   ├── EmeraldColor2.ssk
│   │   │       │   ├── EmeraldColor3.ssk
│   │   │       │   ├── GlassBrown.ssk
│   │   │       │   ├── GlassGreen.ssk
│   │   │       │   ├── GlassOrange.ssk
│   │   │       │   ├── Longhorn.ssk
│   │   │       │   ├── MSN.ssk
│   │   │       │   ├── MacOS.ssk
│   │   │       │   ├── Midsummer.ssk
│   │   │       │   ├── MidsummerColor1.ssk
│   │   │       │   ├── MidsummerColor2.ssk
│   │   │       │   ├── MidsummerColor3.ssk
│   │   │       │   ├── OneBlue.ssk
│   │   │       │   ├── OneCyan.ssk
│   │   │       │   ├── OneGreen.ssk
│   │   │       │   ├── OneOrange.ssk
│   │   │       │   ├── Page.ssk
│   │   │       │   ├── PageColor1.ssk
│   │   │       │   ├── PageColor2.ssk
│   │   │       │   ├── RealOne.ssk
│   │   │       │   ├── Silver.ssk
│   │   │       │   ├── SilverColor1.ssk
│   │   │       │   ├── SilverColor2.ssk
│   │   │       │   ├── SportsBlack.ssk
│   │   │       │   ├── SportsBlue.ssk
│   │   │       │   ├── SportsCyan.ssk
│   │   │       │   ├── SportsGreen.ssk
│   │   │       │   ├── SportsOrange.ssk
│   │   │       │   ├── SteelBlack.ssk
│   │   │       │   ├── SteelBlue.ssk
│   │   │       │   ├── Vista2_color1.ssk
│   │   │       │   ├── Vista2_color2.ssk
│   │   │       │   ├── Vista2_color3.ssk
│   │   │       │   ├── Vista2_color4.ssk
│   │   │       │   ├── Vista2_color5.ssk
│   │   │       │   ├── Vista2_color6.ssk
│   │   │       │   ├── Vista2_color7.ssk
│   │   │       │   ├── Warm.ssk
│   │   │       │   ├── WarmColor1.ssk
│   │   │       │   ├── WarmColor2.ssk
│   │   │       │   ├── WarmColor3.ssk
│   │   │       │   ├── Wave.ssk
│   │   │       │   ├── WaveColor1.ssk
│   │   │       │   ├── WaveColor2.ssk
│   │   │       │   ├── XPBlue.ssk
│   │   │       │   ├── XPGreen.ssk
│   │   │       │   ├── XPOrange.ssk
│   │   │       │   ├── XPSilver.ssk
│   │   │       │   ├── mp10.ssk
│   │   │       │   ├── mp10green.ssk
│   │   │       │   ├── mp10maroon.ssk
│   │   │       │   ├── mp10mulberry.ssk
│   │   │       │   ├── mp10pink.ssk
│   │   │       │   ├── mp10purple.ssk
│   │   │       │   ├── office2007.ssk
│   │   │       │   ├── vista1.ssk
│   │   │       │   └── vista1_green.ssk
│   │   │       ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │       └── log4net.dll
│   │   └── obj
│   │       └── Debug
│   │           ├── BaiduAIPCApp.Form_Bast.resources
│   │           ├── BaiduAIPCApp.Form_Index.resources
│   │           ├── BaiduAIPCApp.Form_Login.resources
│   │           ├── BaiduAIPCApp.Properties.Resources.resources
│   │           ├── BaiduAIPCApp.csproj.CopyComplete
│   │           ├── BaiduAIPCApp.csproj.CoreCompileInputs.cache
│   │           ├── BaiduAIPCApp.csproj.FileListAbsolute.txt
│   │           ├── BaiduAIPCApp.csproj.GenerateResource.Cache
│   │           ├── BaiduAIPCApp.csprojResolveAssemblyReference.cache
│   │           ├── BaiduAIPCApp.exe
│   │           ├── BaiduAIPCApp.pdb
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── TempPE
│   │           │   └── Properties.Resources.Designer.cs.dll
│   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── BaiduAI_ORC_CharacterRecognitionPlugin
│   │   ├── App.config
│   │   ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj
│   │   ├── Form_IDCardRecognition.Designer.cs
│   │   ├── Form_IDCardRecognition.cs
│   │   ├── Form_IDCardRecognition.resx
│   │   ├── Form_Test.Designer.cs
│   │   ├── Form_Test.cs
│   │   ├── Form_Test.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AOP.Common.dll
│   │   │       ├── AOP.Common.pdb
│   │   │       ├── AOP.Plugin.dll
│   │   │       ├── AOP.Plugin.pdb
│   │   │       ├── AOP.WinFormPlugin.exe
│   │   │       ├── AOP.WinFormPlugin.exe.config
│   │   │       ├── AOP.WinFormPlugin.pdb
│   │   │       ├── BaiduAIAPI.pdb
│   │   │       ├── BaiduAI_ORC_CharacterRecognitionPlugin.exe
│   │   │       ├── BaiduAI_ORC_CharacterRecognitionPlugin.exe.config
│   │   │       ├── BaiduAI_ORC_CharacterRecognitionPlugin.pdb
│   │   │       ├── IrisSkin2.dll
│   │   │       ├── Microsoft.CSharp.dll
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── System.Data.DataSetExtensions.dll
│   │   │       ├── System.Data.dll
│   │   │       ├── System.Deployment.dll
│   │   │       ├── System.Drawing.dll
│   │   │       ├── System.Net.Http.dll
│   │   │       ├── System.Windows.Forms.dll
│   │   │       ├── System.Xml.Linq.dll
│   │   │       ├── System.Xml.dll
│   │   │       ├── System.dll
│   │   │       ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   │       └── log4net.dll
│   │   └── obj
│   │       └── Debug
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.Form_IDCardRecognition.resources
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.Form_Test.resources
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.Properties.Resources.resources
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.CopyComplete
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.CoreCompileInputs.cache
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.FileListAbsolute.txt
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.GenerateResource.Cache
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.csprojResolveAssemblyReference.cache
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.dll
│   │           ├── BaiduAI_ORC_CharacterRecognitionPlugin.pdb
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── TempPE
│   │           │   └── Properties.Resources.Designer.cs.dll
│   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── Lib
│   │   ├── AOP.Common.dll
│   │   ├── AOP.Common.pdb
│   │   ├── AOP.Core.dll
│   │   ├── AOP.DBData.dll
│   │   ├── AOP.ManagerPlugin.dll
│   │   ├── AOP.Model.dll
│   │   ├── AOP.Plugin.dll
│   │   ├── AOP.WinFormPlugin.dll
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── IrisSkin2.dll
│   │   ├── Microsoft.CSharp.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── SharpCompress.dll
│   │   ├── System.ComponentModel.DataAnnotations.dll
│   │   ├── System.Data.DataSetExtensions.dll
│   │   ├── System.Data.dll
│   │   ├── System.Drawing.dll
│   │   ├── System.Runtime.Caching.dll
│   │   ├── System.Web.dll
│   │   ├── System.Windows.Forms.dll
│   │   ├── System.Xml.Linq.dll
│   │   ├── System.Xml.dll
│   │   ├── System.dll
│   │   ├── WeifenLuo.WinFormsUI.Docking.dll
│   │   ├── log4net.dll
│   │   └── videodll
│   │       ├── Emgu.CV.UI.dll
│   │       ├── Emgu.CV.World.dll
│   │       └── ZedGraph.dll
│   ├── README.md
│   ├── VideoSurveilance
│   │   ├── CommonAssemblyInfo.cs
│   │   ├── DetectFace.cs
│   │   ├── HttpToBaiduQueueHelper.cs
│   │   ├── ImageModel.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── CommonAssemblyInfo.cs
│   │   ├── QueueHelper.cs
│   │   ├── VideoSurveilance.Designer.cs
│   │   ├── VideoSurveilance.cs
│   │   ├── VideoSurveilance.csproj
│   │   ├── VideoSurveilance.resx
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── 32位
│   │   │       │   └── cvextern.dll
│   │   │       ├── AOP.Common.dll
│   │   │       ├── AOP.Common.pdb
│   │   │       ├── AipSdk.dll
│   │   │       ├── AipSdk.xml
│   │   │       ├── BaiduAIAPI.dll
│   │   │       ├── BaiduAIAPI.pdb
│   │   │       ├── Emgu.CV.UI.dll
│   │   │       ├── Emgu.CV.World.dll
│   │   │       ├── Example.VideoSurveilance.exe
│   │   │       ├── Example.VideoSurveilance.exe.config
│   │   │       ├── Example.VideoSurveilance.pdb
│   │   │       ├── ICSharpCode.SharpZipLib.dll
│   │   │       ├── IrisSkin2.dll
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       ├── Newtonsoft.Json.xml
│   │   │       ├── ZedGraph.dll
│   │   │       ├── cvextern.dll
│   │   │       ├── haarcascade_eye.xml
│   │   │       ├── haarcascade_frontalface_default.xml
│   │   │       └── log4net.dll
│   │   ├── lena.jpg
│   │   └── obj
│   │       ├── CommonAssemblyInfo.cs
│   │       └── Debug
│   │           ├── AOP.Common.dll
│   │           ├── AOP.Common.pdb
│   │           ├── AipSdk.dll
│   │           ├── AipSdk.xml
│   │           ├── BaiduAIAPI.dll
│   │           ├── BaiduAIAPI.pdb
│   │           ├── CommonAssemblyInfo.cs
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Example.VideoSurveilance.exe
│   │           ├── Example.VideoSurveilance.pdb
│   │           ├── Face
│   │           │   ├── 工牌人物_0014_图层 9.jpg
│   │           │   └── 工牌人物_0022_图层 1.jpg
│   │           ├── IrisSkin2.dll
│   │           ├── Newtonsoft.Json.dll
│   │           ├── Newtonsoft.Json.xml
│   │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │           ├── VideoSurveilance.VideoSurveilance.resources
│   │           ├── VideoSurveilance.csproj.CopyComplete
│   │           ├── VideoSurveilance.csproj.CoreCompileInputs.cache
│   │           ├── VideoSurveilance.csproj.FileListAbsolute.txt
│   │           ├── VideoSurveilance.csproj.GenerateResource.Cache
│   │           ├── VideoSurveilance.csprojResolveAssemblyReference.cache
│   │           ├── build.force
│   │           └── log4net.dll
│   ├── _config.yml
│   └── 介绍.md
└── 基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别.zip

48 directories, 415 files


实例下载地址

基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警