KM-RBF Tracker

Version 1.0.0.0 (2,99 Mo) par Alireza
This code is a Matlab implementation of the Kmeans - Radial Basis Function Neural Networks Tracker
1,3K téléchargements
Mise à jour 1 sept. 2015

Afficher la licence

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/

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Pattern Recognition and Classification dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

dependency
Image added
add inspiration

description modified
Description modified