登录
首页 » 算法 » pca的人脸识别

pca的人脸识别

于 2022-02-15 发布 文件大小:1.30 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

利用该程序,可以实现人脸的识别,并且有测试的图片,能正确测试出识别率,但是不是很高,有望大家继续改进。希望对那些刚开始学算法的人有一定的帮助

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

发表评论

0 个回复

  • 先进先出fifo协议仿真
    该模型包含三个模块。"根"模块生成的工作,并将它们发送到"先进先出"的模块,这是一个单服务器队列。作业将存储在队列中 (cQueue 对象) 直到他们服务 — — 此队列,能够发现并视察了"先进先出"模块 — — 类成员之间的图形环境中任一对象中树在主窗口中,或在检查器中的"先进先出"模块 (fifo) 用鼠标右键单击""图标--> 检查作为对象--> 单击"内容"选项卡上)。处理的作业的处置"下沉"模块中。"汇"模块收集统计信息,还可以检查。运行仿真后, fifo*.vec 文件将包含排队时间在模拟过程中通过 cOutVector 对象收集的数据。可以使用 Plove 程序绘制数据。AbstractFifo 可以用作模块涉及排队的基类。一个人可以子类 AbstractFifo 和重新定义以下的成员函数:空 arrival(cMessage *msg)simtime_t startService(cMessage *msg)空 endService(cMessage *msg)通过 AbstractFifo::handleMessage() 调用这些函数时一条消息到达,开始服务和结束服务,分别。startService() 应返回该消息的服务时间。ACBFifo 和 ACPFifo 演示如何执行此操作。
    2022-12-26 01:55:03下载
    积分:1
  • Procedures are given deformation QR method with real symmetric triangular matrix...
    程序中给出了用变形QR方法计算实对称三角阵的全部特征值与相应的向量-Procedures are given deformation QR method with real symmetric triangular matrix of all eigenvalues with the corresponding vector
    2022-12-29 05:15:03下载
    积分:1
  • 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori的产生候选级并测试迭代的途径代价是昂贵的,尤其...
    在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and the frequent association rules is the area of data mining the most fundamental and important issues. Most of the early studies used a similar Apriori algorithm for the selection of candidates and test-iterative way was costly, particularly mining the rich patterns and long model, Jiawei Han proposed a novel data structure FP_tree and on the basis of their FP_growth algorithm used effectively the model for long and rich patterns of excavation. This paper discussed the FP_growth algorithm on the basis of the Visual C of the algorithm, and the preparation procedure of the algorithm.
    2023-01-10 12:20:03下载
    积分:1
  • Monte Carlo method known as random or statistical skills test method. More than...
    蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
    2022-07-14 13:23:24下载
    积分:1
  • 指纹源代码 基于VS编译通过
    指纹算法源代码 基于VS编译通过 FingerPrintVerify,收藏了。很好的指纹算法源代码,基于VS2013编译通过。 指纹算法源代码 基于VS编译通过 FingerPrintVerify,收藏了。很好的指纹算法源代码,基于VS2013编译通过。
    2022-11-14 15:15:03下载
    积分:1
  • 有限脉冲响应滤波器源代码
    有限冲击响应滤波器的C源代码-Finite Impulse Response Filter C source code
    2023-09-01 20:45:03下载
    积分:1
  • Bandelet_ImageFusion_Toolbox
    资源描述Bandelet_ImageFusion_Toolbox 细带的图像融合工具包,
    2023-01-05 06:00:04下载
    积分:1
  • 用c++语言用数值计解n元一次方程组。
    用c++语言用数值计算方法解n元一次方程组。-using numerical calculation method for n-linear equation group.
    2022-03-22 12:42:24下载
    积分:1
  • C程序设计中欧姆定律
    C语言程序代码中的欧姆定律示例
    2023-05-01 20:55:03下载
    积分:1
  • C++ 数据结构 源码
    谭浩强版本的C语言教材或C++教材,书本上主要的程序讲解,实例,在包中都基本已经包含了的 另外包含了一个用C语言实现的基本的公交车系统
    2023-01-08 15:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载