• 大小: 1.19M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: c#  视觉识别  opencvC#  

资源简介

人脸识别 win系统下的代码 C#实现 详细的算法

资源截图

代码片段和文件信息

//#include “stdafx.h“

using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly:AssemblytitleAttribute(““)];
[assembly:AssemblyDescriptionAttribute(““)];
[assembly:AssemblyConfigurationAttribute(““)];
[assembly:AssemblyCompanyAttribute(““)];
[assembly:AssemblyProductAttribute(““)];
[assembly:AssemblyCopyrightAttribute(““)];
[assembly:AssemblyTrademarkAttribute(““)];
[assembly:AssemblyCultureAttribute(““)];

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     197432  2007-02-27 17:41  SampleImages\{33536200-B8CA-49FB-84FD-C3BD99077E3F}1.jpg

     文件     177252  2007-02-27 17:40  SampleImages\{36E5F1BD-F7B8-464F-B0C4-1E2FB41B3D29}1.jpg

     文件     169932  2007-02-27 18:05  SampleImages\{4DF28A35-A7CE-4C36-9E52-2C681AB57FD0}3.jpg

     文件     178839  2007-02-27 17:40  SampleImages\{D30A966D-C246-48D9-A849-54F2796ED20C}4.jpg

     文件     174865  2007-02-27 17:38  SampleImages\{E1F53C69-89B4-4C61-9C9F-17D14562189F}2.jpg

     文件     946032  2005-03-16 19:18  Cascades\haarcascade_frontalface_alt.xml

    .......   1424660  2006-11-03 19:13  Cascades\ojoD.xml

    .......   1078120  2006-11-03 19:13  Cascades\ojoI.xml

     文件       2744  2006-11-30 15:51  TestDetection_v.2\FaceDetection\app.aps

     文件       1078  2003-04-07 20:00  TestDetection_v.2\FaceDetection\app.ico

     文件       1677  2006-11-30 15:51  TestDetection_v.2\FaceDetection\app.rc

     文件       2332  2006-11-23 11:13  TestDetection_v.2\FaceDetection\AssemblyInfo.cpp

     文件       1055  2008-01-25 21:37  TestDetection_v.2\FaceDetection\clsFaceDetectionWrapper.cpp

     文件        675  2008-01-25 21:37  TestDetection_v.2\FaceDetection\clsFaceDetectionWrapper.h

     文件       6144  2008-03-01 15:33  TestDetection_v.2\FaceDetection\FaceDetection.vcproj

     文件       1379  2008-03-01 22:38  TestDetection_v.2\FaceDetection\FaceDetection.vcproj.Z.Zeeshan Ejaz.user

     文件       1379  2008-12-10 14:50  TestDetection_v.2\FaceDetection\FaceDetectionWrapper.vcproj.Z.Zeeshan.user

     文件       1405  2008-02-07 02:56  TestDetection_v.2\FaceDetection\FaceDetectionWrapper.vcproj.ZeeshanEjaz-PC.Zeeshan Ejaz.user

     文件       6156  2008-03-01 22:37  TestDetection_v.2\FaceDetection\FaceLocator.cpp

     文件        978  2008-03-01 15:43  TestDetection_v.2\FaceDetection\FaceLocator.h

     文件       4117  2007-11-02 21:44  TestDetection_v.2\FaceDetection\objectLocator.cpp

     文件       1966  2008-01-31 16:47  TestDetection_v.2\FaceDetection\objectLocator.h

     文件       1203  2006-11-21 12:59  TestDetection_v.2\FaceDetection\ReadMe.txt

     文件        401  2006-11-30 15:51  TestDetection_v.2\FaceDetection\resource.h

     文件        211  2006-11-23 10:34  TestDetection_v.2\FaceDetection\Stdafx.cpp

     文件        178  2006-11-21 12:59  TestDetection_v.2\FaceDetection\Stdafx.h

     文件       3443  2008-03-01 15:36  TestDetection_v.2\TestDetection\frmEyeTest.cs

     文件       5259  2008-01-25 21:24  TestDetection_v.2\TestDetection\frmEyeTest.Designer.cs

     文件       6017  2008-01-25 21:24  TestDetection_v.2\TestDetection\frmEyeTest.resx

     文件        488  2008-01-25 20:36  TestDetection_v.2\TestDetection\Program.cs

............此处省略17个文件信息

评论

共有 条评论