KM-RBF Tracker

Versión 1.0.0.0 (2,99 MB) por Alireza
This code is a Matlab implementation of the Kmeans - Radial Basis Function Neural Networks Tracker
1,3K descargas
Actualizado 1 sep 2015

Ver licencia

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/

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Pattern Recognition and Classification en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

dependency
Image added
add inspiration

description modified
Description modified