Class AverageBinaryRegion
Represents an operator that computes the average binary region from each collection of connected components in the sequence.
public class AverageBinaryRegion : Transform<ConnectedComponentCollection, ConnectedComponent>
- Inheritance
-
AverageBinaryRegion
- Inherited Members
Methods
- Process(IObservable<ConnectedComponentCollection>)
Computes the average binary region from each collection of connected components in an observable sequence.