登录
首页 » c++ » 人脸检测CPP核心代码

人脸检测CPP核心代码

于 2022-09-28 发布 文件大小:2.50 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

识别两张图片中人脸的相似度,这里只是核心代码,还没有提供库

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Cryptography-course-design
    说明:  密码学课程设计,des加密算法,rsa加密算法(Cryptography course design, des encryption algorithm, rsa encryption algorithm)
    2011-02-17 14:11:41下载
    积分:1
  • FBX-Loader-OpenGL-C--master
    说明:  fbx 模型加载 opengl 动画渲染(fbx module opengl animation render)
    2019-06-09 16:50:04下载
    积分:1
  • 报告包括子文件夹中的所有文件
    实用程序列出所有的文件包括在子文件夹中,并写入文件 它是一个微不足道的程序,我只上传,看看是否我能赚到 1 点或这是一个骗局
    2022-01-26 08:30:50下载
    积分:1
  • load_driver
    本代码只有两个函数,LoadNTDriver(...)用于加载驱动,DelSvr(...)用于卸载驱动。(This code has only two functions, LoadNTDriver (...) use to load the driver,and DelSvr (...) use for the uninstalled driver.)
    2010-12-23 21:36:33下载
    积分:1
  • Kriging
    克里金算法的重要介绍,想跟大家一起交流,把代码写的越来越好(Kriging algorithm introduced, would like to communicate with, and write the code is getting better and better)
    2012-12-28 12:06:15下载
    积分:1
  • kalman-flitering-(CPP_C_MATLAB)
    卡尔曼滤波简介及其算法实现代码C++_C_MATLAB(kalman flitering)
    2012-05-24 16:02:07下载
    积分:1
  • UniteFindCompositor
     C#数据库升序、降序排列数据,对联合查询后的结果进行排序,在SQL语句中经常用到对读取到的数据集进行排序的问题,本例是在联合查询后进行的数据库升序排列和降序排列,有兴趣的可一看。(C# database Ascending, Descending data, to sort the results in the union query, sort of read data set is often used in SQL statements, this case is the union query the database in ascending order and descending arranged interested can see.)
    2013-04-25 11:29:12下载
    积分:1
  • C# 编写多种窗口排列方式的MDIForm窗体
    C# 实现MDIForm窗体功能,代码中实现了3个MDI子窗口,并以水平平铺、垂直平铺、层叠排列的方式实现多种子窗口的排列布局,其主要代码在form1.cs中,其它文件为生成子窗口的文件,关键代码如下:   private void toolStripMenuItem1_Click(object sender, EventArgs e)   {    Form2 frm2 = new Form2();//实例化Form2    frm2.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体    frm2.Show();//使用Show方法打开窗体    Form3 frm3 = new Form3();//实例化Form3    frm3.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体    frm3.Show();//使用Show方法打开窗体    Form4 frm4 = new Form4();//实例化Form4    frm4.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体    frm4.Show();//使用Show方法打开窗体   }   private void 水平平铺ToolStripMenuItem_Click(object sender, EventArgs e)   {    LayoutMdi(MdiLayout.TileHorizontal);//使用MdiLayout枚举实现水平平铺   }   private void 垂直平铺ToolStripMenuItem_Click(object sender, EventArgs e)   {    LayoutMdi(MdiLayout.TileVertical);//使用MdiLayout枚举实现垂直平铺   }   private void 层叠排列ToolStripMenuItem_Click(object sender, EventArgs e)   {    LayoutMdi(MdiLayout.Cascade);//使用MdiLayout枚举实现层叠排列   }
    2022-03-07 15:00:14下载
    积分:1
  • FreeRTOSV5.2.0
    FreeRTOS is a portable, open source, mini Real Time Kernel - a free to download and royalty free RTOS that can be used in commercial applications. (FreeRTOS is a portable, open source, mini Real Time Kernel- a free to download and royalty free RTOS that can be used in commercial applications. )
    2009-03-23 03:44:21下载
    积分:1
  • 5486575
    文本文件操作,C#练习源码,很好的学习资料。(Text file operations, C# source code, very good learning materials.)
    2013-12-04 20:48:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载