SeetaFace人脸识别解决方案已开源许久-SeetaFace人脸识别系统-c++ - IMDN开发者社群-imdn.cn" /> SeetaFace人脸识别解决方案已开源许久,一直拖到最近才看。它提供了一套完整的人脸检测,人脸对齐和人脸验证方案,比较适合做学习。由于开源的代码是DLL项,现编译完成之后,对其进了一定封装,,实现了人脸特征提取,入库保存,以及人脸识别等。-IMDN开发者社群-imdn.cn"> SeetaFace人脸识别解决方案已开源许久,一直拖到最近才看。它提供了一套完整的人脸检测,人脸对齐和人脸验证方案,比较适合做学习。由于开源的代码是DLL项,现编译完成之后,对其进了一定封装,,实现了人脸特征提取,入库保存,以及人脸识别等。 - IMDN开发者社群-imdn.cn">
登录
首页 » c++ » SeetaFace人脸识别系统

SeetaFace人脸识别系统

于 2022-05-17 发布 文件大小:8.85 MB
0 81
下载积分: 2 下载次数: 1

代码说明:

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

发表评论

0 个回复

  • 停等协议在c++上的代码
    停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码停等协议的代码
    2023-03-03 13:35:04下载
    积分:1
  • ali4
    pattern formation by visual c++ wich is produced four replica of Ali pattern and put them together to struct a beutiful graphical pattern
    2009-07-28 15:34:03下载
    积分:1
  • code
    分布式lms算法,传感器网络,仿真通过,可以运行的(Lms distributed algorithms, sensor networks, through simulation, can run)
    2015-09-04 16:55:56下载
    积分:1
  • cgilib-3.11-bin.tar
    CGI-LIB开发包,让C语言开发CGI容易起来,并在这个开发包上写了一些CGI程序。(CGI-LIB development kit to enable CGI C language development easier, and in this development kit to write a number of CGI programs.)
    2011-05-25 18:26:46下载
    积分:1
  • MCU-hmi
    远端操作人机,可以节省传统HMI,继而使用一体式面板。使用更加方便(Remote Operator Terminal)
    2013-11-14 22:07:34下载
    积分:1
  • 11087 统计逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • TheCoFdepthprofiling
    该书对是作者从事多年软件开发工作对C使用的一些技巧的总结,阅读此书能够使你的C编程能力得到很大的提高! 第一章 关键字 第二章 符号 第三章 预处理 第四章 指针和数组 第五章 内存管理 第六章 函数 第七章 文件结构(The book of the pair is engaged in software development for many years with some of the techniques of C summary, reading this book can make your C programming skills have greatly improved! Keyword Chapter Chapter Chapter symbol pointer and an array of pre-Chapter IV Chapter V Chapter VI of the memory management functions under Chapter VII of the file structure)
    2010-11-15 16:33:49下载
    积分:1
  • 200711-0054-05
    TMS28335初始化完成之后, 1、 先DDS产生73.35hz的方波。(问流量管固定频率) 2、 乘法器的另一个数字端输入乘数直接给一个固定值(按照5v),系数是固定的就是对应PID输出的那个接口,串行十二位信号输出(需要先定好一个GPIO接口)。 3、 再延迟一定的时间0.1s或其他时间之后,开始ad采集信号,分别采两路AD信号,此时不稳定(为什么要等到一定的幅值才开始采集AD信号) 4、 选择250点估计一个频率,频率估计的方法采用计算峰值次数的方法或者过零点,总之是为了保证精度采用时域估计的算法,这一块主要是一个扫频子程序,计算频率共振点。 5、 之后改变DDS的输出频率,循环对512点的数据进行扫频的处理 6、 频率控制完成之后,就可以缓慢降低PID控制输出的参数,此时暂时不计算频率,通过不断调整系数使AB的幅度保持在1 的范围内。 7、 测试幅度控制稳定之后a、采用幅度和频率同时控制b。采集数据进入频率估计和相位差估计的后续程序的大循环 8、 注意:采样和控制是同时进行的,所以要设置中断,以及看懂AD的程序,以及内部存储以及数据处理资源的分配。 (TMS28335 initialization is complete, 1, the first DDS generated square wave of 73.35hz. (Q flow tube fixed frequency) 2, another digital side of the multiplier input multiplier directly to a fixed value (in accordance with 5v), the coefficient is fixed corresponding PID output interface, serial twelve signal output (need to be a good one GPIO interface). 3, and then after a certain time delay 0.1s or other time, ad signal acquisition were collected two AD signal instability (Why wait until a certain amplitude began collecting AD signal) 4, 250 point estimate a frequency, frequency estimation method using the method of calculation of the number of peak or zero crossing, in short, in order to ensure the accuracy of time-domain estimation algorithm, this piece is a sweep subroutine to calculate the frequency resonance point. 5, after the change of the output frequency of the DDS data of 512 points, the loop processing Sweep 6, after the completion of the frequency control, it can sl)
    2013-04-07 15:03:14下载
    积分:1
  • stm32uCOS-II
    零死角玩转stm32-系统篇1、uCOS-II 移植与深入实战指南(Zero dead Fun stm32-System Part 1, uCOS-II transplantation and in-depth practical guide)
    2013-09-06 11:21:23下载
    积分:1
  • VCChat-Room-server-implementation_v1
    聊天室,可以用来聊天的聊天室,差不多像QQ一样的东西(chatroomthat you can use it tochat with your friends,just like qq)
    2016-09-26 17:28:34下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载