算法 Resources

Showing items tagged with "算法"

An implementation example of Auxiliary Particle Filter based on Gordon's Tutorial on Particle Filters. This program implements the auxiliary particle filter algorithm from the tutorial, achieving RMS results closely matching those reported in the original paper. The implementation includes proper weight calculation and resampling procedures.

MATLAB 214 views Tagged

Implementation of face recognition using traditional Principal Component Analysis (PCA) method on Yale Face Database. PCA is a statistical approach based on Karhunen-Loève (K-L) transform, which represents an optimal orthogonal transformation widely used in data compression applications.

MATLAB 281 views Tagged