光流法 Resources

Showing items tagged with "光流法"

Calculate optical flow from images by providing two pictures (supports .jpg, .bmp, .bif formats) to identify moving objects and their motion patterns.

MATLAB 305 views Tagged

This MATLAB-based program implements four core algorithms for infrared target detection: frame differencing, background subtraction, optical flow method, and Gaussian Mixture Model (GMM). The code is well-structured with clear comments, making it ideal for beginners to study motion detection techniques in infrared imagery. Each method includes practical implementation details and parameter explanations.

MATLAB 221 views Tagged

This implementation utilizes the Lucas-Kanade algorithm for motion estimation, developed in MATLAB. The choice of MATLAB was strategic since it provides built-in matrix operation functions, eliminating the need for custom implementation and significantly reducing development time while preserving core algorithmic concepts.

MATLAB 419 views Tagged