Tracking Badminton rackets

Tracks the movement of a badminton racket using Shape Descriptors.
5.5K Downloads
Updated 3 May 2004

No License

ProcessImage(strImageName,tolerance,imgObjectR,imgObjectG,imgObjectB)

Usage
>> ProcessImage('image1.bmp',39,255,255,255,10)

to track 10 images starting from image1.bmp tolerance is 39 tracking color is white RGB (255,255,255)

strImageName = name of the initial image in the sequence
tolerance = variation from the given referance colors
imgObjectR = red reference color
imgObjectG = green reference color
imgObjectB = blue reference color
imageCount = number of images in the sequence

This Program can identify a badminton racket from a sequence of images. Initial image name, reference color and a tolerance to reference color values are given. It is assumed that the racket is of the reference color. Images must be in the same folder and they should be named like image1, image2, .. image39, image40 etc. The program then track the racket and pant it with red.

All 40 images are available here. www.cse.mrt.ac.lk\~janaka\Downloads\zipImages.zip

Cite As

Janaka Prasad (2024). Tracking Badminton rackets (https://www.mathworks.com/matlabcentral/fileexchange/4825-tracking-badminton-rackets), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
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