Welcome![Sign In][Sign Up]
Location:
Search - feature extraction and classification

Search list

[Other resourceSOM模式提取与分类

Description: SOM神经网络,可以进行特征提取和模式分类,特别是特征维数较多的情况。-SOM neural network, can feature extraction and classification, in particular characteristic dimension of more.
Platform: | Size: 841 | Author: 周刚 | Hits:

[Other resourcefayeboy1984

Description: 此设计要求能够实现将医学图像进行识别的过程,包括了图像预处理、图像特征提取及分类判决三大模块。在预处理这一步中主要实现的是将彩色图像转换为灰度图像,灰度图像的二值化,直方图修正,去除干扰、噪声以及差异,边缘增强等;第二模块是图像的特征提取。由于对象的物理与几何特性差异,在影像中表现为局部区域的灰度产生明显变化,形成影像特征,而图像特征提取就是对其进行加工、整理、分析、归纳以便提取构成目标影像的特征,得到能反映图像内容区别于其他事物的本质特征;分类判决作为第三模块,则是要在第二步的基础上采用某种分类判别函数与判别规则,通过对目标特征的分析和匹配来识别目标。-this design requirements to achieve medical image identification process, including the image preprocessing, Image feature extraction and classification ruling three modules. This pretreatment step in the main achievement of the color image is converted to grayscale images, the two gray-scale image value, histogram amendment to remove interference and noise variance Edge Enhancement; the second module is the image feature extraction. Because of the physical objects with geometric characteristics difference in the images showed local area Gray significant changes, the video features, feature extraction and image is its processing, compilation, analysis, summarized in order to extract constitute the target image features can be reflected image as distinct from the other characteristics of th
Platform: | Size: 6630 | Author: uhih | Hits:

[Graph RecognizeOptical_Character_Recognition

Description: The aim of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. This program use Image Processing Toolbox to get it. For more information, visit: http://www.matpic.com
Platform: | Size: 50325 | Author: ruan | Hits:

[AI-NN-PRSOM模式提取与分类

Description: SOM神经网络,可以进行特征提取和模式分类,特别是特征维数较多的情况。-SOM neural network, can feature extraction and classification, in particular characteristic dimension of more.
Platform: | Size: 1024 | Author: 周刚 | Hits:

[Other resourcefayeboy1984

Description: 此设计要求能够实现将医学图像进行识别的过程,包括了图像预处理、图像特征提取及分类判决三大模块。在预处理这一步中主要实现的是将彩色图像转换为灰度图像,灰度图像的二值化,直方图修正,去除干扰、噪声以及差异,边缘增强等;第二模块是图像的特征提取。由于对象的物理与几何特性差异,在影像中表现为局部区域的灰度产生明显变化,形成影像特征,而图像特征提取就是对其进行加工、整理、分析、归纳以便提取构成目标影像的特征,得到能反映图像内容区别于其他事物的本质特征;分类判决作为第三模块,则是要在第二步的基础上采用某种分类判别函数与判别规则,通过对目标特征的分析和匹配来识别目标。-this design requirements to achieve medical image identification process, including the image preprocessing, Image feature extraction and classification ruling three modules. This pretreatment step in the main achievement of the color image is converted to grayscale images, the two gray-scale image value, histogram amendment to remove interference and noise variance Edge Enhancement; the second module is the image feature extraction. Because of the physical objects with geometric characteristics difference in the images showed local area Gray significant changes, the video features, feature extraction and image is its processing, compilation, analysis, summarized in order to extract constitute the target image features can be reflected image as distinct from the other characteristics of th
Platform: | Size: 6144 | Author: uhih | Hits:

[OtherIdentificationBasedMouthMotion

Description: 并本文对两大类步态识别算法进行了深入研究,其主要内容集中于步态特征的提取和分类器的设计两部分。 在特征提取阶段采用多种不同的方法提取多种不同的步态特征,其中效果较好的是一种基于模型的特征提取方法。本文使用关键点和肢体角度构建人体的骨骼化模型, 并对模型的各项参数提取做了改进,从人体的骨骼化模型中提取人体的静态参数(如身高、步幅等)以及动态参数(如运动过程中关键点的位置、运动轨迹、肢体角度、-and two types of paper gait recognition algorithm for in-depth study Its main contents concentrated in the gait characteristics of the extraction and classification of the design of two parts. Feature extraction stage in the use of different methods of extracting different gait characteristics, the effect of which is a better model-based feature extraction methods. Using the key points and limbs angle Construction human skeleton model and the model parameter extraction made improvements, from the human skeleton model of the human body from the static parameters (such as height, Stride) and dynamic parameters (such as the process of movement key points, trajectory, physical perspective,
Platform: | Size: 3257344 | Author: QHLee | Hits:

[Special EffectsLDA

Description: 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人耳识别会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于LDA的人耳识别。文章对几种基于LDA的人耳识别方法做了理论上的比较和实验数据的支持,这些方法包括Fisherears、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法 -Linear Discriminant Analysis (LDA) is a more common linear feature extraction for classification. LDA but used directly in the human ear to identify problems encountered dimension and the
Platform: | Size: 2129920 | Author: 冷福 | Hits:

[Graph RecognizeSpPCA

Description: 利用Sub-pattern PCA在Yale人脸库上进行人脸识别的matlab源代码,子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-pattern PCA use in the Yale face database for face recognition on the matlab source code, sub-mode principal component analysis first of the original image block, and then the same sub-image, respectively, the location of the establishment of sub-image set, in each sub-image Set the use of PCA to extract the features, the establishment of sub-space. Treatment to identify images, by the same block, the respective sub-image to the corresponding sub-space projection, feature extraction. Finally, according to the principle of nearest neighbor classification.
Platform: | Size: 2048 | Author: 章格 | Hits:

[Software EngineeringFaceDetection

Description: 一个典型的人脸识别系统主要包括训练过程和识别过程。训练过程主要完成将已知人脸进行定位、特征提取与选择、以及分类器的设计;识别过程则完成将未知图片进行处理,并最终识别出身份的分类和决策-A typical face recognition system mainly include the training process and the identification process. Completion of the training process will be the main face of known position, feature extraction and selection, and classifier design identification process will be completed to deal with the unknown image, and ultimately identify the identity of the classification and decision-making
Platform: | Size: 686080 | Author: likunbao | Hits:

[matlabToolBox

Description: matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
Platform: | Size: 74752 | Author: 大长今 | Hits:

[Otherclassification

Description: ECG feature extraction and clasiffication for biometric
Platform: | Size: 1024 | Author: ghofrani | Hits:

[AI-NN-PRAlaa_Box_sent

Description: This toolBox used in the image processing(feature extraction and classification)
Platform: | Size: 71680 | Author: lin | Hits:

[Special EffectsAdaboostFr

Description: ADABOOST用于人脸检测的训练和分类程序改进,速度更快。-FOR FACE DETECTION FEATURE EXTRACTION AND CLASSIFICATION WITH QUICKER SPEED
Platform: | Size: 30720 | Author: 郭博 | Hits:

[2D GraphicCV_Assignment

Description: 此资料实现了ADABOOST和HAAR的特征提取和从弱分类到强分类的具体步骤-The data achieved ADABOOST and HAAR of feature extraction and classification from weak to strong category specific steps
Platform: | Size: 6144 | Author: shuyachen | Hits:

[Linux-UnixPCA-feature-extraction-and-SV-multi-class

Description: PCA特征抽取与SVM多类分类在传感器故障诊断中的应用PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis-PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis
Platform: | Size: 64512 | Author: shouji1023 | Hits:

[Graph RecognizeCT

Description: 脑部CT图像自动诊断系统,包括特征提取和分类。特征采用灰度共生矩阵。-Automatic diagnosis system of brain CT images, including feature extraction and classification.
Platform: | Size: 569344 | Author: UU | Hits:

[Software Engineeringfeature-extraction

Description: combined pattern search optimization of feature extraction and classification parameters in facial recognition
Platform: | Size: 375808 | Author: | Hits:

[Speech/Voice recognition/combineFeature-Extraction-and-SVM-Classification-for-Spe

Description: Feature Extraction for Speech Processing and SVM Classification of Voice Samples. This package contains Feature Extraction and Classification Matlab codes and some turkish voice records.
Platform: | Size: 1234944 | Author: Merdem | Hits:

[Special Effects特征提取与图像处理(中文第2版)

Description: 该资料包含"Feature Extraction and Image Processing Second Edision"的中文版《特征提取与图像处理(第二版)》 第1章 绪论; 第2章 图像、采样和频域处理; 第3章 基本图像处理运算; 第4章 低层次特征提取(包括边缘检测); 第5章 形状匹配的特征提取; 第6章 弹性形状提取(蛇模型及其他方法); 第7章 目标描述; 第8章 纹理描述、分割和分类基础; 第9章 附录1:工作表实例; 第10章 附录2:摄像机几何基础; 第11章 附录3:最小二乘分析; 第12章 附录4:主成分分析;(This archive contains the Chinese version of "Feature Extraction and Image Processing Second Edision". Chapter 1 Introduction; Chapter 2 Image, sampling and frequency domain processing. Chapter 3 Basic image processing operation. Chapter 4 Low level feature extraction (including edge detection). Chapter 5 The feature extraction of shape matching. Chapter 6 Elastic shape extraction (snake model and other methods); Chapter 7 Object description; Chapter 8 Basis of texture description, segmentation and classification. Chapter 9 Appendix 1: a worksheet example; Chapter 10 Appendix 2: the geometric basis of the camera; Chapter 11 Appendix 3: least square analysis; Chapter 12 Appendix 4: principal component analysis;)
Platform: | Size: 44248064 | Author: flypig1994 | Hits:

[matlabEEG-Emotion-classification-master

Description: DEAP数据集下的情绪识别分类,包括特征提取和分类(Emotion recognition classification based on deap data set, including feature extraction and classification)
Platform: | Size: 4035584 | Author: hjcupupup | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net