Rank: 35175 based on 0 downloads (last 30 days) and 0 files submitted
photo

Ronak

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Ronak View all
Updated File Comments Rating
05 Jan 2010 A Ball Tracking Application The tracker implements the Covariance Tracking method to track the ball in a football match Author: Fuat Cogun

With the above comment I meant that the error was coming in the trackball.m file, with line47:

mov = aviread(videoFile, 1:maxFrame);

And I solved it by replacing it with following lines:

readerobj = mmreader('tv cam-9.avi');
vidFrames = read(readerobj);
for k = 1 : maxFrame
    mov(k).cdata = vidFrames(:,:,:,k);
    mov(k).colormap = [];
end

And the modified code works just fine.

05 Jan 2010 A Ball Tracking Application The tracker implements the Covariance Tracking method to track the ball in a football match Author: Fuat Cogun

hey i tried your code. But it showed an error,
??? Error using ==> aviread at 76
Unable to locate decompressor to decompress video stream
for the command:
mov = aviread(videoFile, 1:maxFrame);
but i got a solution for it, using mmreader....

readerobj = mmreader('tv cam-9.avi');
vidFrames = read(readerobj);
for k = 1 : maxFrame
    mov(k).cdata = vidFrames(:,:,:,k);
    mov(k).colormap = [];
end

Top Tags Applied by Ronak
pca
Files Tagged by Ronak
Updated   File Tags Downloads
(last 30 days)
Comments Rating
29 Oct 2007 FLD-based Face Recognition System This package implements 'Fisherface', a FLD-based face recognition system. Author: Amir Omidvarnia application, face recognition, fisher linear discrim..., fld, pca 86 15
  • 4.38462
4.4 | 14 ratings

Contact us at files@mathworks.com