|
"Alex Jin" <limyijin@googlemail.com> wrote in message <ho7svf$1nm$1@fred.mathworks.com>...
> "us " <us@neurol.unizh.ch> wrote in message <ho7pgs$q26$1@fred.mathworks.com>...
> > "Alex Jin" <limyijin@googlemail.com> wrote in message <ho7p3o$jl4$1@fred.mathworks.com>...
> > > I have a video(the video is seperated to many frames) and i need to select a part of the image automatically(cropping it). It should be done automatically.
> > >
> > > an example of the image is shown below
> > > http://www.postimage.org/image.php?v=TskFOOJ
> > >
> > > the part i want is in red. Please Help. Cheers
> >
> > a hint:
> > - requires the img proc tbx
> >
> > help imcrop;
> >
> > us
>
I thought of doing this: finding the rgb value of the image. lets say the part that should be selected has a rbg value of 5, meaning once rgb value > then 5 is detected, the place should be cropped. I am new to matlab. Please Advice.
|