John <on.virtual.life@gmail.com> wrote: > Hi all, > > I just wonder what kind of image feature that ForegroundDetector cuntion uses to classified between background and foreground. If there is any simple tutorial about this, please let me know the link. > > Thank you very much. > > witek@mathworks.com wrote in message <jkv5fb$sil$1@newscl01ah.mathworks.com>... > > Hi Gordon, > > > > vision.ForegroundDetector analyzes data over time. It ultimately relies on detecting changes in a sequence. > > You can feed it video or a series of images but the images must represent a sequence in time. > > > > Witek > > > > > > Gordon <gordon.aguis91@gmail.com> wrote: > > > Hi, > > > > > > I would like to know if I can use the vision.ForegroundDetector on images instead of on a video sequence. I am currently using Matlab 2011a. > > > > > > Thanks a lot for your time and help.