特征提取 Resources

Showing items tagged with "特征提取"

SOM neural networks perform feature extraction and pattern classification, particularly effective for high-dimensional feature spaces. Implementation typically involves competitive learning algorithms, neighborhood functions, and weight adaptation mechanisms.

MATLAB 191 views Tagged

This program implements feature extraction for input digit images, generating corresponding vector representations to facilitate subsequent recognition tasks. The implementation involves key computer vision algorithms for dimensionality reduction and pattern identification, typically utilizing techniques like HOG (Histogram of Oriented Gradients) or pixel intensity normalization to convert spatial image data into meaningful numerical features.

MATLAB 232 views Tagged

Linear Discriminant Analysis (LDA) is a widely-used linear classification method for feature extraction, but its direct application to ear recognition faces dimensionality and small sample size problems. Researchers have developed multiple solutions to address these challenges, implementing various LDA-based ear recognition approaches. This article provides theoretical comparisons and experimental validation of four methods: Fisherears, DLDA, VDLDA, and VDFLDA, with implementation insights and performance analysis demonstrating VDFLDA's superiority.

MATLAB 333 views Tagged

The code in the file primarily implements functionalities including obstacle removal for occluded persons in images, image upscaling and enhancement, image denoising (mainly using wavelet denoising, wavelet decomposition denoising, and threshold-based denoising), facial feature extraction, height feature extraction, and finally person identification.

MATLAB 231 views Tagged

An order analysis toolkit package designed for non-stationary signal feature extraction, providing efficient algorithms and implementations for frequency-amplitude characteristic analysis.

MATLAB 242 views Tagged