Table of Contents

Class DrawConnectedComponents

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that renders each set of connected components in the sequence as an image.

public class DrawConnectedComponents : Transform<ConnectedComponentCollection, IplImage>
Inheritance
DrawConnectedComponents
Inherited Members

Methods

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.