跟踪算法 Resources

Showing items tagged with "跟踪算法"

This implementation provides a functional particle filter tracking algorithm for infrared targets with excellent performance results. The codebase includes core tracking functions, state prediction modules, and observation handling components.

MATLAB 233 views Tagged

This program demonstrates the particle filter tracking algorithm, which is suitable for tracking and estimation under nonlinear and non-Gaussian conditions. This expert-level implementation showcases the core concepts of PF tracking, featuring probability distribution sampling, importance weighting, and resampling techniques. The code includes practical implementations of state prediction, measurement updates, and effective sample size calculation.

MATLAB 220 views Tagged