KM-RBF Tracker

버전 1.0.0.0 (2.99 MB) 작성자: Alireza
This code is a Matlab implementation of the Kmeans - Radial Basis Function Neural Networks Tracker
다운로드 수: 1.3K
업데이트 날짜: 2015/9/1

라이선스 보기

This code is a Matlab implementation of the Kmeans - Radial Basis Function Neural Networks Tracker.
The code was tested 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
-----------------------------------------------------------
In this code, an efficient method for object tracking is implemented using Radial Basis Function Neural Networks. Optimized k-means color segmentation is employed for detecting an object in first frame. Next the pixel-based color features (R, G, B) from object is used for representing object color and color features from surrounding background is extracted and extended to develop an extended background model. The object and extended background color features are used to train Radial Basis Function Neural Network. The trained RBFNN is employed to detect object in subsequent frames while mean-shift procedure is used to track object location.
-----------------------------------------------------------
This code is a Matlab implementation of the tracking algorithm described in the following papers:
1. A. Asvadi, M. Karami, Y. Baleghi, “Efficient Object Tracking Using Optimized K-means Segmentation and Radial Basis Function Neural Networks,” International Journal of Information and Communication Technology Research (IJICT), vol. 4, no. 1, pp. 29-39, December 2011.
2. A. Asvadi, M. Karami, Y. Baleghi, H. Seyyedi, “Improved Object Tracking Using Radial Basis Function Neural Networks,” in: Proceedings of 7th Iranian Machine Vision and Image Processing (MVIP2011), Tehran, Iran, November 2011.
for more information visit: http://www.a-asvadi.ir/ijict11/

인용 양식

Alireza (2024). KM-RBF Tracker (https://www.mathworks.com/matlabcentral/fileexchange/52584-km-rbf-tracker), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

dependency
Image added
add inspiration

description modified
Description modified