资源列表
[图形/文字识别] vcmodedientify
说明:visual c++图像处理和模式识别 书上的所有源代码 -visual c++ image processing and pattern recognition book all the source code<6283481> 在 2025-06-06 上传 | 大小:10.9mb | 下载:0
[图形/文字识别] Matlab-Blind-signal-separation
说明:盲源分离问题的matlab程序,采用ICA方法-Matlab problem of blind source separation program, the use of ICA methods<洛龙行> 在 2025-06-06 上传 | 大小:10.85mb | 下载:0
[图形/文字识别] biaoqingshibie
说明:人脸表情是识别,几篇相关连的文章!很不错!-Facial expression is to identify, even a few relevant articles! Very good!<王琳> 在 2025-06-06 上传 | 大小:10.88mb | 下载:0
[图形/文字识别] Review-articles
说明:关于人脸识别的综述性文章,综合了几年来人脸识别的各个环节用到的主要方法-Review articles on face recognition, face recognition combines all aspects of the past few years the main method used<乐天> 在 2025-06-06 上传 | 大小:10.93mb | 下载:0
[图形/文字识别] backgroundtextureaccess-2-0-7
说明:高通增强现实源码This Vuforia (TM) sample code provided in source code form (the "Sample Code") is made available to view for reference purposes only. If you would like to use the Sample Code in your software application, you must first download the Vuforia S<王皓> 在 2025-06-06 上传 | 大小:10.89mb | 下载:0
[图形/文字识别] FaceRec
说明:人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s<浏览量 > 在 2025-06-06 上传 | 大小:10.92mb | 下载:0