Table of Contents

Class ContourPoints

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that copies all points of each contour in the sequence to a new array.

public class ContourPoints : Transform<Contour, Point[]>
Inheritance
Combinator<Contour, Point[]>
Transform<Contour, Point[]>
ContourPoints
Inherited Members

Methods

Process(IObservable<ConnectedComponent>)

Copies all points of each contour in an observable sequence to a new array.

Process(IObservable<Contour>)

Copies all points of each contour in an observable sequence to a new array.

Process(IObservable<Seq>)

Copies all points of each contour in an observable sequence to a new array.