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.