Table of Contents

Class TakeBinaryRegions

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that takes the specified number of binary regions from each collection in the sequence.

public class TakeBinaryRegions : Transform<ConnectedComponentCollection, ConnectedComponentCollection>
Inheritance
TakeBinaryRegions
Inherited Members

Properties

Count

Gets or sets the number of binary regions to take.

Methods

Process(IObservable<ConnectedComponentCollection>)

Takes the specified number of binary regions from each collection in an observable sequence.

Process(IObservable<IEnumerable<ConnectedComponent>>)

Takes the specified number of binary regions from each collection in an observable sequence.