Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Performs image segmentation of every frame in an observable sequence using an online estimation of the background.

public override IObservable<IplImage> Process(IObservable<IplImage> source)

Parameters

source IObservable<IplImage>

The sequence of frames on which to perform image segmentation.

Returns

IObservable<IplImage>

The sequence of images which have been segmented into foreground and background pixels.