KM-RBF Tracker

Version 1.0.0.0 (2.99 MB) by Alireza
This code is a Matlab implementation of the Kmeans - Radial Basis Function Neural Networks Tracker
1.3K Downloads
Updated 1 Sep 2015

View License

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/

Cite As

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

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

dependency
Image added
add inspiration

description modified
Description modified