Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<ConnectedComponentCollection>)

Renders each set of connected components in an observable sequence as a new image.

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

Parameters

source IObservable<ConnectedComponentCollection>

The sequence of ConnectedComponentCollection objects to draw.

Returns

IObservable<IplImage>

A sequence of IplImage objects representing the result of rendering each set of connected components as an image.