基本信息
源码名称:winform开发的人脸识别打卡系统
源码大小:3.30M
文件格式:.zip
开发语言:C#
更新时间:2021-12-06
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 5 元×
微信扫码支付:5 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
└── FaceCheckIn_App-master
└── FaceCheckIn_App-master
├── FaceCheckIn_App
│ ├── App.config
│ ├── CommonUtility.cs
│ ├── FaceCheckIn_App.csproj
│ ├── FaceCheckIn_App.csproj.user
│ ├── FaceDectectHelper.cs
│ ├── HomeForm.Designer.cs
│ ├── HomeForm.cs
│ ├── HomeForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DataSources
│ │ │ └── FaceSearch.datasource
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SpeechHelper.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AForge.Imaging.dll
│ │ │ ├── AForge.Math.dll
│ │ │ ├── AForge.dll
│ │ │ ├── FaceCheckIn_App.exe
│ │ │ ├── FaceCheckIn_App.exe.config
│ │ │ ├── FaceCheckIn_App.pdb
│ │ │ ├── temp.mp3
│ │ │ ├── tempPict_20211123184108120.jpg
│ │ │ ├── tempPict_20211123184125430.jpg
│ │ │ ├── tempPict_20211123184129976.jpg
│ │ │ ├── tempPict_20211123192027307.jpg
│ │ │ └── tempPict_20211123193222734.jpg
│ │ └── Release
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── FaceCheckIn_App.HomeForm.resources
│ │ ├── FaceCheckIn_App.Properties.Resources.resources
│ │ ├── FaceCheckIn_App.csproj.CopyComplete
│ │ ├── FaceCheckIn_App.csproj.CoreCompileInputs.cache
│ │ ├── FaceCheckIn_App.csproj.FileListAbsolute.txt
│ │ ├── FaceCheckIn_App.csproj.GenerateResource.cache
│ │ ├── FaceCheckIn_App.exe
│ │ ├── FaceCheckIn_App.pdb
│ │ └── TempPE
│ └── Release
├── FaceCheckIn_App.sln
├── README.md
├── References
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Math.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ ├── AForge.dll
│ ├── AipSdk.dll
│ └── Newtonsoft.Json.dll
└── Setup
├── Debug
│ ├── Setup.msi
│ └── setup.exe
├── Debug.zip
├── Release
└── Setup.vdproj
16 directories, 52 files
winform开发的人脸识别打卡系统
人脸识别系统,自动抓取电脑系统的摄像头,进行识别拍照上传,人脸识别打卡签到,一套非常完美的实用系统。导入完美运行。
VS2019开发环境 2008R2数据库,有数据库脚本,导入执行完美运行项目,人脸识别
.
└── FaceCheckIn_App-master
└── FaceCheckIn_App-master
├── FaceCheckIn_App
│ ├── App.config
│ ├── CommonUtility.cs
│ ├── FaceCheckIn_App.csproj
│ ├── FaceCheckIn_App.csproj.user
│ ├── FaceDectectHelper.cs
│ ├── HomeForm.Designer.cs
│ ├── HomeForm.cs
│ ├── HomeForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DataSources
│ │ │ └── FaceSearch.datasource
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SpeechHelper.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── AForge.Imaging.dll
│ │ │ ├── AForge.Math.dll
│ │ │ ├── AForge.dll
│ │ │ ├── FaceCheckIn_App.exe
│ │ │ ├── FaceCheckIn_App.exe.config
│ │ │ ├── FaceCheckIn_App.pdb
│ │ │ ├── temp.mp3
│ │ │ ├── tempPict_20211123184108120.jpg
│ │ │ ├── tempPict_20211123184125430.jpg
│ │ │ ├── tempPict_20211123184129976.jpg
│ │ │ ├── tempPict_20211123192027307.jpg
│ │ │ └── tempPict_20211123193222734.jpg
│ │ └── Release
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── FaceCheckIn_App.HomeForm.resources
│ │ ├── FaceCheckIn_App.Properties.Resources.resources
│ │ ├── FaceCheckIn_App.csproj.CopyComplete
│ │ ├── FaceCheckIn_App.csproj.CoreCompileInputs.cache
│ │ ├── FaceCheckIn_App.csproj.FileListAbsolute.txt
│ │ ├── FaceCheckIn_App.csproj.GenerateResource.cache
│ │ ├── FaceCheckIn_App.exe
│ │ ├── FaceCheckIn_App.pdb
│ │ └── TempPE
│ └── Release
├── FaceCheckIn_App.sln
├── README.md
├── References
│ ├── AForge.Controls.dll
│ ├── AForge.Imaging.dll
│ ├── AForge.Math.dll
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.dll
│ ├── AForge.dll
│ ├── AipSdk.dll
│ └── Newtonsoft.Json.dll
└── Setup
├── Debug
│ ├── Setup.msi
│ └── setup.exe
├── Debug.zip
├── Release
└── Setup.vdproj
16 directories, 52 files