Prev: OFDM code
Next: power spectral density in matlab
From: Subramanya Bhat on 14 Mar 2006 23:57 Subramanya Bhat wrote: > > > Michael Wild wrote: >> >> >> Subramanya Bhat wrote: >>> Michael Wild wrote: >>> >>>> >>>>Subramanya Bhat wrote: >>>> >>>>>hi, >>>>>I m doing a reasearch project on "Object detection & > tracking >>>> >>>>using >>>> >>>>>webcam". I neeed the matlab code for the same. >>>>> >>>>>regards >>>>>sbhat >>>> >>>>so you should DO it instead of ASKING for it :-) >>>> >>>>michael >>>> >>> >>> I m finding it difficult. Just give me guidelines then i will >> move >>> further >>> >>> Plz help me >> >> i think it is supposed to be difficult. but just telling us, what >> you >> want to do is really not enough. if this is an assignment, what > are >> the >> restrictions? what methods should you use (there is a whole zoo > of >> them)? what have you done so far, where are the problems? what is >> your >> intended pipeline? >> >> michael >> > respected sir, > I have stored images captured from web camera in work directory of > matlab. How I can track a particular object in all the images ? How matlab can be used for this ? I have got stucked up at this stage. Plz help me so that I can move further.. Sbhat
From: vihang on 15 Mar 2006 00:16 Subramanya Bhat wrote: > > > hi, > I m doing a reasearch project on "Object detection & tracking using > webcam". I neeed the matlab code for the same. > > regards > sbhat I suppose you are talking about pattern matching. If so there is a beautiful demo on it in Video and Image Processing Blockset. If you dont have that toolbox then you will have to research on fft and cross corelation. See help fft2 to start with HTH Vihang
From: Subramanya Bhat on 15 Mar 2006 01:02
vihang wrote: > > > Subramanya Bhat wrote: >> >> >> hi, >> I m doing a reasearch project on "Object detection & tracking > using >> webcam". I neeed the matlab code for the same. >> >> regards >> sbhat > > I suppose you are talking about pattern matching. If so there is a > beautiful demo on it in Video and Image Processing Blockset. If you > dont have that toolbox then you will have to research on fft and > cross corelation. See help fft2 to start with > HTH > Vihang thanks for info.. I will go thr' that. But I need the code for object detection & tracking sbhat |