模式识别 Resources

Showing items tagged with "模式识别"

Input: x: input image, ru, rd: row extension amounts (up and down), cl, cr: column extension amounts (left and right), extmod: extension mode. Valid extension modes include: Primarily used for image processing and pattern recognition applications with border handling implementations.

MATLAB 201 views Tagged

1. Pattern Recognition with BP Neural Networks 2. Nonlinear System Identification Using BP Networks 3. A Neural Network PID Controller 4. PCA Algorithm for Image Processing 5. Exhaustive Search Algorithm for Image Processing

MATLAB 188 views Tagged

This repository contains the original author's implementation code for Two-Dimensional PCA (2DPCA) - a novel approach for appearance-based face representation and recognition published in IEEE PAMI. The paper has received 681 citations on Google Scholar. Note: While this algorithm is a classic in pattern recognition (primarily for facial recognition), the "speech recognition" categorization is inaccurate as 2DPCA is not commonly applied to audio processing. The code provides practical implementation of 2DPCA's matrix-based dimensionality reduction technique.

MATLAB 270 views Tagged