Object tracking with an Iterative Extended Kalman Filter (IEKF)

버전 1.0.0.0 (207 KB) 작성자: Lucas Chavez
Matlab implementation of Ted Broida's "Estimation of Object Motion Parameters from Noisy Images"
다운로드 수: 2.8K
업데이트 날짜: 2015/7/15

라이선스 보기

This is my Matlab implementation of Ted Broida's "Estimation of Object Motion
Parameters from Noisy Images." This is a very early work using Kalman Filtering to perform object tracking. The paper makes many assumptions such as the structure is known and we are given a 1D view of a 2D object, but it paved the way for future methods.
From the perspective of a new person to adaptive filtering, I believe this creates a perfect example problem to apply an IEKF because it is simple and you can concentrate on how the algorithm works. Plus the inputs to the filter have a physical meaning.

The best way to start will be by reading the .pdf file. This is the write up I did for this project and hopefully should explain how it works clearly.

Then next thing will be to simply run "CompleteSimulation.m" I tried to make the code very readable so hopefully you can just read the script.

The largest reason for submitting this to the file exchange is "f_IEKF.m" This is the function that actually implements the filter and took several days of headache to write. It isn't commented line by line, but I choose the variables to be consistent with the theory sections seen in most books. I hope it will be clear and help someone out there.

Video:
https://www.youtube.com/watch?v=5LAq0dq6baI

인용 양식

Lucas Chavez (2024). Object tracking with an Iterative Extended Kalman Filter (IEKF) (https://www.mathworks.com/matlabcentral/fileexchange/42156-object-tracking-with-an-iterative-extended-kalman-filter-iekf), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Adaptive Filters에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Adding link to video on youtube that has results of code.