程序 Resources

Showing items tagged with "程序"

This MATLAB-based program implements handwritten digit recognition using pattern recognition techniques, enabling users to identify and classify numerical characters through pixel analysis and feature extraction.

MATLAB 199 views Tagged

This program implements Principal Component Analysis (PCA) for face recognition with comprehensive code comments. It provides an excellent starting point for beginners in facial recognition technology, featuring detailed explanations of algorithmic steps and implementation approaches.

MATLAB 155 views Tagged

HOUGH line detection design program implementing the following features: (1) Reading input images (binary/black-white images) for detection; (2) Outputting Hough transform results; (3) Generating detected specific line images. The program includes edge detection preprocessing and parameter optimization for robust line identification.

MATLAB 196 views Tagged

Develop a MATLAB program to solve pseudorange positioning equations, process actual measurement data, and compute receiver position and clock bias. The provided dataset includes two sets of 8-channel data where X, Y, Z represent satellite coordinates in WGS-84 coordinate system, and Range corresponds to corrected pseudorange measurements. Key implementation involves linearization techniques and iterative least-squares algorithms.

MATLAB 222 views Tagged