Particle Filter Color Tracker

버전 1.9.0.0 (12 MB) 작성자: Sebastien PARIS
Tracking an object in a video with a Color Particle Filter
다운로드 수: 41.4K
업데이트 날짜: 2020/1/24

라이선스 보기

A simple example demonstrating how to track an object with particle filter. Likelihood function is based on Bhattacharya distance of color histograms and gradient distributions

Please run mexme_pf_color_tracker to recompile mex-files on your own plateform.

Run the two demo files test_pf_colortracker and test_pf_colortracker2

IMPORTANT. Be sure than you "mex -setup" had been done before compiling sources

인용 양식

Sebastien PARIS (2024). Particle Filter Color Tracker (https://www.mathworks.com/matlabcentral/fileexchange/17960-particle-filter-color-tracker), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Fixed for modern Matlab and OS64

1.8.0.0

Changed int pointers to mwIndex for being 64bits compatible

1.7.0.0

-add #define max & min for LCC compiler

1.6.0.0

-Add likelihood based on gradient distribution
-Use mmreader instead of aviread

1.5.0.0

-Add Linux64 with GCC support

1.2.0.0

-Minor changes

1.0.0.0

Add missing file