识别 Resources

Showing items tagged with "识别"

ICA-based feature extraction and recognition system with video processing components including binarization source code, frame-by-frame processing algorithms, and object tracking implementation. Features a master's thesis project on video gesture tracking and recognition, documented in comprehensive Word documentation with detailed code explanations.

MATLAB 246 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

The system first utilizes "gettrainingdata" to extract facial features from the sample database where each individual has only one sample. Then "facerecognition" processes input faces for identification, delivering relatively accurate recognition results through feature matching algorithms.

MATLAB 236 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

This program implements color-based license plate localization using advanced computer vision techniques to accurately identify and extract license plate regions from vehicle images.

MATLAB 217 views Tagged