Ramazan YILDIZ
unread,Feb 10, 2012, 4:06:28 PM2/10/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am getting the fallowing error which seems a known one but I couldnt achive overcoming it. I use viptraffic.avi file which is already in Matlab 2011a inside demos folder and the code given in matlab demos tutorial named "Tracking Cars Using Optical Flow"
??? Index exceeds matrix dimensions.
Error in ==> track_car at 74
ratio(Idx) = single(area(Idx,1))./single(bbox(Idx,3).*bbox(Idx,4));
Please help me with this.
Thanks in advance.