搜索资源列表
pcafsvm.rar
- 用于人脸识别的主成分分析和模糊支持向量机程序,通过测试,能完成工作,Face Recognition for the principal component analysis and fuzzy support vector machine procedures, to pass the test to complete the work
OpenGLESTemplate-src
- OpenGL ES 开发使用的基础模板,个人已经编译打包测试成功,在模拟器和真机打包的app在build文件夹下-Template of OpenGL ES, support iphone s xcode project, contains build file in ./build folder
gspm
- 自己本机测试最快时60帧/秒,局域网传输只测试一次,结果很让我失望,原因不明~~~~ 说下我的思路过程(我认为过程很重要!) 分块比较+压缩传输与以前那个内存流比较的优缺点: 内存流比较能找到最精确的找到图片差异,但每次都要压缩相同大小的数据,大家可以测试下,那个算法传输瓶颈是压缩算法,最费时间和CPU 分块比较+压缩传输能有效的减少压缩数据量,但缺点也很明显,比较图片的效率肯定没内存流比较高,要加快传输只能找到更好的算法 我选择的是后者,开始的时候是直接把
codes
- Visual C++数字图像处理开发入门与编程实践2-8章 的全部源代码,包含测试图片,在本机运行成功-Image Procedures Codes
SVM_code
- 这是最新的SVM(支持向量机库代码) 搞SVM模式识别分类与回归的人员很有参考价值,如果有适当的话,我下次把国外的SVM训练和测试源代码上传,供大家参考,谢谢大家的支持!-these files are about the SVM algorithm,which would help you learn and use it to deal with some problem in your job and study
ANN_for-math-recognition
- 利用感知机(神经网络)的数字识别程序,包含训练数据learn.dat和测试数据test.dat.程序可识别1-9九个数字。此程序还可进行扩展,用于识别其他的数字和字母。-The use of Perceptron (neural network) the number of identification procedures, including training data learn.dat and test data test.dat. Program can recognize numbe
SVM_FACE
- 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
svmTest
- SVM 在JAVA中的运用,简单的DEMO测试,用于做图像识别分析。支援向量机源码调用实例里面有测试资料供简单测试。-The use of SVM in JAVA, simple DEMO test, used to make image recognition analysis. Support vector machine called an instance of source test data for which there is a simple test.
chengxu1
- 支持向量机的程序,本程序选用径向基函数作为核函数,测试样本随机取,可根据具体情况运用。-Support vector machine procedures, the procedures used radial basis function as kernel function, the test samples were taken, according to the specific circumstances of use.
TextCla
- 支持向量机和EM最大熵文本分类算法,压缩包中包括了测试文本词典,停用词表等-Support vector machines and EM maximum entropy text classification algorithm, compressed package includes a test text dictionary, stop word table
Serial-port-camera
- 串口摄像头PTC系列测试软件源代码,里面有对摄像头采集到的数据进行处理的过程,及上位机软件的制作过程-Serial port camera the PTC series test software source code, which has collected camera data processing, and the production process of the PC software
commtomxun
- 串口通讯程序,测试串口通讯用途,实时发送数据送到上位机-apple banana orginerji dongerimer faornt ewonger
Desktop
- 对小波分解进行了解决,从一维二维来进行了相关的分析,一维进行了具体程序的的编写,根据小波分析算法来分解,对于二维的情况,调用MATLAB来进行了相关的测试,对lena图像进行了小波的分解机合成-Wavelet decomposition of the solution, from a two-dimensional analysis, the specific procedures for the preparation of one-dimensional wavelet analysis t
pcasift-0.91nd
- 自己编译的pcasift 本机测试可用 来自http://www.cs.cmu.edu/~yke/pcasift/-Own compilation pcasift this test available http://www.cs.cmu.edu/~yke/pcasift/
svmtest
- 简单地支持向量机的测试程序,希望对你们有用,它是测试两个线性分类的。-A simple test program to support vector machine, and I hope useful to you.
face-recognition-system
- 基于PCA和SVM的人脸识别系统,该系统为Matlab源代码编程,利用PCA(主成分分析)和SVM(支持向量机)方法进行训练、识别和测试,人脸识别率为91 。-Based on the PCA and SVM of the face recognition system
libsvm-mat-2.89-3
- 支持向量机,C++与Matlab,测试可通过-Support Vector Machine
NumberPlateRecognition
- 本程序融合机器学习,利用支持向量机训练车牌样本数据,然后用来识别测试数据,测试结果表明,该训练分类器正确率接近99 -This program fusion machine learning, support vector machine training license plate sample data were then used to identify the test data, test results show that the classifier is trained prop
meanshift-tracking
- 给自己的平衡车开发的一款上位机,作用通过摄像头中捕捉到的视频,对视频中移动物体进行跟踪,算法是meanshift算法,经测试,平衡车可以跟踪,不过实时性上还有待改进。-Give yourself balanced car developed a PC, the role captured by the camera in the video, the video moving object tracking algorithm is meanshift algorithm has been te
HOG
- 将这330个3780维的HOG特征当做测试样本,用支持向量机(SVM)分类器来判别出,这些窗口的HOG特征是否有行人,有行人的用矩形框标记起来。HOG行人特征及所对应的SVM分类器的参数,在opencv中已经训练好了,我们只需要得到HOG特征,然后调用SVM即可得到判别结果(The 330 Hera features of 3780 dimensions are used as test samples, and the support vector machine (SVM) classifi