Table of Contents

Class DrawContours

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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

public class DrawContours : Transform<Contours, IplImage>
Inheritance
DrawContours
Inherited Members

Properties

MaxLevel

Gets or sets the maximum level of the contour hierarchy to draw.

Thickness

Gets or sets the thickness of the lines with which the contours are drawn. If negative, the contour interiors are drawn.

Methods

Process(IObservable<Contours>)

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

Process(IObservable<Contour>)

Renders each contour in an observable sequence as a new image.