登录
首页 » 算法 » 步态识别源码

步态识别源码

于 2023-02-23 发布 文件大小:5.06 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

详细说明:2DPCA用于人脸、步态等图像识别,可先按照行列比例将不规整图像归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。-2DPCA humanface, gait, such as image recognition, in accordance with the ranks of theratio can not structured to deal with the normalized image, and then training,and recognition, all Chinese notes and tips for learning and reference.

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

发表评论

0 个回复

  • GUASS的C源代码
    GUASS算法的C源代码-GUASS algorithm C source code
    2022-02-07 02:53:00下载
    积分:1
  • VC下最牛的数表达式,将math.h 所有函数都集成到一起都能用计出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等...
    VC下最牛的算数表达式,将math.h 所有函数都集成到一起都能用计算出来,包括加减乘除;(、 正玄、 余玄,乘方,log ln,等 -VC most cattle arithmetic expression math.h will integrate all functions are used together can be worked out including the arithmetic; (, Shogen, Yuxuan, involution, ln log, etc.
    2022-02-20 17:13:59下载
    积分:1
  • 阶乘求和问题 C++
    阶乘求和问题 C++算法-factorial algorithm C
    2022-02-21 19:30:45下载
    积分:1
  • "laser land leveling system algorithm research," through matlib simula...
    “激光土地平整系统算法研究”,通过matlib模拟了该算法最终效果。-"laser land leveling system algorithm research," through matlib simulation of the algorithm ultimate effect.
    2022-07-12 02:53:29下载
    积分:1
  • 欧几里得32位最大公约数gcd
    资源描述这是一个求32位最大公约数的欧几里得算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的欧几里得算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!这是一个求32位最大公约数的欧几里得算法的实现,使用了64级的流水线实现的,可以用,做了DC综合,测试全部通过!!
    2023-09-03 07:50:04下载
    积分:1
  • 矩阵运
    // 矩阵乘法: C=AB, A[m×v],  B[v×n],  C[m×n] ... for row-major matrices   // 允许A,B,C 带入相同参数. double* matr_x(double*C, const double*Ao, const double*Bo, const int m,const int v, const int n){ if(!Ao || !Bo) return 0;    if(!C) C=new double[m*n];  double* A=new double[m*v], * B=new double[v*n];  memcpy(A,Ao,m*v*sizeof(double)); memcpy(B,Bo,v*n*sizeof(double));  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-07 01:39:24下载
    积分:1
  • zlib压缩源码
    ZLIB 数据压缩库 zlib 1.2.5 是一个通用的数据压缩库。所有的代码 线程安全。Zlib 库所使用的数据格式是由 Rfc 描述的。 (评论要求) 1950 年到 1952 年的文件中 http://www.ietf.org/rfc/rfc1950.txt (zlib 格式)、 rfc1951.txt (紧缩格式) 和 rfc1952.txt (gzip 格式)。 压缩库的所有功能都记录在文件 zlib.h (志愿者写的人的欢迎页面,联系 zlib@gzip.org)。用法示例
    2022-05-21 06:30:25下载
    积分:1
  • 三个差值(1):二元拉格朗日插值(fortran)(2):三次样条差值(c)(3):三元三点差值(fortran)...
    三个差值算法(1):二元拉格朗日插值(fortran)(2):三次样条差值(c)(3):三元三点差值(fortran)-three programs about interpolation :1:Binary Lagrange interpolation 2:three time interpln interpolation 3:Binary three point interpolation
    2022-02-02 14:30:04下载
    积分:1
  • 图像去模糊
    使用大量的图像处理功能的 c # 的描述。这里有一些基本的功能,用于作为一种小的锻炼。
    2022-03-21 04:46:36下载
    积分:1
  • asynchronous motor braking characteristics of the simulation program
    异步电动机制动特性的仿真程序-asynchronous motor braking characteristics of the simulation program
    2022-04-02 10:44:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载