卡尔曼滤波 Resources

Showing items tagged with "卡尔曼滤波"

Application Background: This project implements vehicle detection and tracking in video sequences, where detection results are marked with red bounding boxes and tracking results with green bounding boxes. The code includes a series of motion vehicle frame images. Key Technologies: Vehicle detection utilizes background subtraction method with average background updating, while tracking employs Kalman filtering. The implementation features detailed code explanations with detection and tracking results visually distinguished by colored bounding boxes.

MATLAB 245 views Tagged

Kalman filter is applied to speech enhancement algorithms with relatively high computational complexity, making it suitable for processing non-stationary signals. Implementation typically involves state-space modeling and recursive prediction-correction steps.

MATLAB 262 views Tagged

A MATLAB-implemented single target tracking algorithm program utilizing recursive algorithms, featuring Maximum Likelihood Estimation, Kalman Filter, Extended Kalman Filter, and Unscented Kalman Filter implementations with comprehensive comments for enhanced understanding.

MATLAB 235 views Tagged