搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
bp神经网络的车辆分类
- c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据。-based BP neural network image of the vehicle classification, Feature Extraction which is the same image moments, the image is unchanged Moments sample data and test data.
adaboost
- 基于ADABOOST的人脸检测代码,使用继承的策略,包括特征的计算,提取,ADABOOST训练,级联,最后训练出数据,还有注释,可以帮助大家研究ADBOOST-Based on ADABOOST face detection code, the use of inheritance strategies, including the calculation of features, extraction, ADABOOST training cascade, the last train out
AComparativeStudyonFaceRecognitionUsingLDA-BasedAl
- 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别 会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于I,DA的人脸识 别 文章对几种基于LDA的人脸识别方法做了理论上的比较和实验数据的支持,这些方法包括Eigenfaces、Fish— erfaceS、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法。-Low—dimensional feature representat
PR_paper
- 基于独立成分分析的人脸识别方法研究 基于流形学习的数据降维方法研究 人脸识别系统的设计与开发 基于主成分分析的人脸识别 特征提取算法的研究与改进。。。。。。 做人脸识别式一系列的参考资料 -Face recognition based on independent component analysis method based on manifold learning method of data reduction system design and developme
code
- 利用PCA提取人脸特征,。利用PCA技术降低维数去除了原始原始数据之间的关联性。-Using PCA face feature extraction,. Using PCA technology to reduce dimension in addition to the original connection between the original data.
kmeans
- 字符识别的特征提取,内附有处理前的数据和处理后的数据,解压后即可使用-Character recognition feature extraction, enclosed is the manipulation of data from the data before and after treatment, after decompression can be used
Pattern-Recognition
- 用于模式识别,一维和二维的数据分类及提取特征方程和分类边界。-For pattern recognition, one-dimensional and two-dimensional data classification and feature extraction and classification boundary equation.
Feature-
- 对特征建筑物进行边缘提取,取得良好的提取效果并进行应用。-Feature Information Extraction of Point Cloud Data
SVM-GUI
- 使用支持向量机(SVM)算法进行处理数据,提取特征参数,并通过MATLAB界面显示相关数据-Using Support Vector Machine (SVM) algorithm for data processing, feature extraction parameters, and display relevant data via MATLAB interface
Pcl_object_recognition
- 基于PCL库的图像实时识别,PCL(Point Cloud Library)是在吸收了前人点云相关研究基础上建立起来的大型跨平台开源C++编程库,它实现了大量点云相关的通用算法和高效数据结构,涉及到点云获取、滤波、分割、配准、检索、特征提取、识别、追踪、曲面重建、可视化等。支持多种操作系统平台,可在Windows、Linux、Android、Mac OS X、部分嵌入式实时系统上运行-Image library based on real-time identification PCL, PCL
fisher
- fisher准则的pca人脸识别程序example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-Fisher criterion example: face recognition program PCA demonstration program CreatData: generat
kda-1.0
- 基于KDA的人脸识别首先利用核方法将人脸图像数据集非线性映射到一个高维特征空间中,然后在高维特征空间中利用LDA进行线性特征提取-Face recognition based on first use of nuclear KDA method will face image data set nonlinear mapping to a high dimensional feature space, and then use LDA in high-dimensional feature sp
P0801
- 基于图像的文本提取是增长最快的一个领域的研究领域多媒体技术。的提取文本从一个复杂的或多个彩色图像是一个具有挑战性的问题。文本数据出现在图像包含有用的信息习惯性的解释,索引和结构的图像。提取这些信息涉及到检测、定位、跟踪、提取、增强和识别的文本从一个给定的图像。-Image based text extraction is one of the fastest growing research areas in the field of multimedia technology. The ext
