Table of Contents

Class FindContours

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that finds the contours of connected components for each binary image in the sequence.

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

Properties

MaxArea

Gets or sets the maximum area for individual contours to be accepted.

Method

Gets or sets a value specifying the approximation method used to refine the contours.

MinArea

Gets or sets the minimum area for individual contours to be accepted.

Mode

Gets or sets a value specifying the contour retrieval strategy.

Offset

Gets or sets the optional offset to apply to individual contour points.

Methods

Process(IObservable<IplImage>)

Finds the contours of connected components for each binary image in an observable sequence.