# NSeetaface
## Library
* [Seetaface](https://github.com/iarray/SeetaFaceEngine.Net)
* [Seetaface .NetDemo](https://github.com/iarray/SeetaFaceEngine.Net)
* [OpenCV 2.4.12](https://opencv.org/releases.html)
## Download the face models
* FaceAlignment:
https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceAlignment/model
* FaceDetection:
https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceDetection/model
* FaceIdentification:
https://github.com/seetaface/SeetaFaceEngine/tree/master/FaceIdentification/model
## Use
Code Sample:
Init
初始化
string path = @"d:\model\"; //face models directory path
SeetafaceHelper.SetModelDirectory(Encoding.Default.GetBytes(path));
SeetafaceHelper.Init();
FaceDetect
人脸检测
SeetafaceHelper.DetectFaces(
string imagePath,
StringBuilder detectJsonResult
);
FaceAlignment
人脸对齐
SeetafaceHelper.Alignment(
string imagePath,
StringBuilder alignmentResult
);
ExtractFeature
提取特征
SeetafaceHelper.ExtractFeature(string imagePath, AlignmentResult alignmentResult, float[] feats);
Calculating Similarity
计算相似度
float[] feat1 = new floar[2048];
float[] feat2 = new floar[2048];
SeetafaceHelper.ExtractFeature(@"d:\1.jpg", alignmentResult, feat1);
SeetafaceHelper.ExtractFeature(@"d:\2.jpg", alignmentResult, feat2);
double sim = SeetafaceHelper.CalcSimilarity(feat1, feat2)
if(sim > 0.6){
//.....
}
## running result 运行结果
![Screenshot](result.png)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【项目资源】: 包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。 包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】: 所有源码都经过严格测试,可以直接运行。 功能在确认正常工作后才上传。 【适用人群】: 适用于希望学习不同技术领域的小白或进阶学习者。 可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】: 项目具有较高的学习借鉴价值,也可直接拿来修改复刻。 对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】: 有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。 鼓励下载和使用,并欢迎大家互相学习,共同进步。
资源推荐
资源详情
资源评论
收起资源包目录
A c# Offline face recognition Demo. 离线人脸检测,人脸对齐,人脸识别Demo, .zip (83个子文件)
资料总结
NSeetaface.sln 5KB
NSeetaface
NSeetaface.vcxproj 7KB
NSeetaface.vcxproj.filters 930B
NSeetaface.vcxproj.user 162B
NSeetaface.cpp 10KB
result.png 894KB
UpgradeLog.htm 36KB
NSeetafaceDemo
Identification.dll 92KB
opencv_core2412.dll 2.04MB
opencv_highgui2412d.dll 3.53MB
packages.config 211B
ConvertUtil.cs 2KB
UTF8StringMarshaler.cs 2KB
NSeetafaceDemo.csproj 7KB
FaceDetection.dll 68KB
MainWindow.xaml 2KB
App.xaml 373B
obj
Release
NSeetafaceDemo.csproj.CoreCompileInputs.cache 41B
Window1.g.cs 5KB
NSeetafaceDemo_MarkupCompile.cache 294B
Window1.baml 2KB
NSeetafaceDemo_MarkupCompile.lref 173B
NSeetafaceDemo_MarkupCompile.i.lref 173B
MainWindow.g.cs 5KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
MainWindow.baml 1KB
NSeetafaceDemo_MarkupCompile.i.cache 295B
NSeetafaceDemo.csproj.CopyComplete 0B
NSeetafaceDemo.csproj.GenerateResource.Cache 954B
TempPE
Properties.Resources.Designer.cs.dll 4KB
NSeetafaceDemo.csproj.FileListAbsolute.txt 2KB
MainWindow.g.i.cs 5KB
Window1.g.i.cs 5KB
App.g.i.cs 2KB
NSeetafaceDemo.pdb 38KB
NSeetafaceDemo.Properties.Resources.resources 180B
NSeetafaceDemo.g.resources 3KB
NSeetafaceDemo.exe 20KB
App.g.cs 2KB
Seetaface.cs 4KB
MainWindow.xaml.cs 14KB
opencv_core2412d.dll 3.36MB
NSeetaface.dll 73KB
Properties
Resources.Designer.cs 3KB
Settings.Designer.cs 1KB
Settings.settings 195B
AssemblyInfo.cs 2KB
Resources.resx 5KB
App.xaml.cs 294B
model
readme.txt 316B
opencv_imgproc2412d.dll 3.01MB
opencv_highgui2412.dll 2.05MB
FaceAlignment.dll 20KB
Window1.xaml 2KB
opencv_imgproc2412.dll 1.8MB
Window1.xaml.cs 2KB
.gitignore 42B
README.MD 1KB
packages
WPFMediaKit.2.2.0
lib
WPFMediaKit.dll 133KB
WPFMediaKit.2.2.0.nupkg 207KB
build
EVRPresenter32.dll 42KB
EVRPresenter64.dll 53KB
DirectShowLib-2005.dll 296KB
WPFMediaKit.targets 664B
Newtonsoft.Json.10.0.3
lib
net45
Newtonsoft.Json.xml 648KB
Newtonsoft.Json.dll 639KB
portable-net40+sl5+win8+wp8+wpa81
Newtonsoft.Json.xml 469KB
Newtonsoft.Json.dll 424KB
netstandard1.0
Newtonsoft.Json.xml 629KB
Newtonsoft.Json.dll 610KB
net40
Newtonsoft.Json.xml 506KB
Newtonsoft.Json.dll 514KB
netstandard1.3
Newtonsoft.Json.xml 635KB
Newtonsoft.Json.dll 625KB
net35
Newtonsoft.Json.xml 495KB
Newtonsoft.Json.dll 450KB
portable-net45+win8+wp8+wpa81
Newtonsoft.Json.xml 629KB
Newtonsoft.Json.dll 609KB
net20
Newtonsoft.Json.xml 549KB
Newtonsoft.Json.dll 487KB
tools
install.ps1 4KB
LICENSE.md 1KB
Newtonsoft.Json.10.0.3.nupkg 1.97MB
共 83 条
- 1
资源评论
妄北y
- 粉丝: 2w+
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功