Color Object Tracking

버전 1.0.0.0 (2.99 MB) 작성자: Alireza
A color object tracking method based on the object and background colors.
다운로드 수: 2.9K
업데이트 날짜: 2015/9/7

라이선스 보기

This code is a matlab implementation of a color object tracking method based on the object and background colors.
The code runs on Windows/Linux with MATLAB R2011-2013.
A test sequence "test.avi" is included so you can simply run Demo.m
Object center locations are saved in output.mat
----------------------------------------------------------------------
This code presents an object tracking method based on the object and background colors. A three dimensional feature vector is used to describe color feature (R, G, B) of each pixel. A quantized histogram of that feature value of pixels on the selected object and a quantized histogram of pixels from the neighborhood surrounding the object are developed. The RGB based joint probability density function of the selected object region and that of a neighborhood surrounding the object are used to separate object from background. An adaptive color model of separated object is developed to detect the object in subsequent frames while simple Mean-shift procedure on binary images is used to track the object (it is actually a simple centroid shift on the binary map of object detection result).
----------------------------------------------------------------------
This code is used in the following paper: Alireza Asvadi, MohammadReza Karami and Yasser Baleghi, "Object Tracking Using Adaptive Object Color Modeling" in Proceedings of the 4th conference on information and knowledge technology (IKT2012), Babol, Iran, May 2012.

인용 양식

Alireza (2024). Color Object Tracking (https://www.mathworks.com/matlabcentral/fileexchange/52790-color-object-tracking), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

description modified
description modified

description modified
description modified