Table of Contents

Class BinaryRegionExtremes

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that computes the extremities, or endpoints, of each connected component in the sequence.

[TypeVisualizer("Bonsai.Vision.Design.BinaryRegionExtremesVisualizer, Bonsai.Vision.Design")]
public class BinaryRegionExtremes : Transform<ConnectedComponent, Tuple<Point2f, Point2f>>
Inheritance
BinaryRegionExtremes
Inherited Members

Properties

Method

Gets or sets a value specifying the method used to compute the extremities of each connected component.

Methods

Process(IObservable<ConnectedComponent>)

Computes the extremities, or endpoints, of each connected component in an observable sequence.