Class TakeLargestRegions#
Namespace: Aeon.Vision
Assembly: Aeon.Vision.dll
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class TakeLargestRegions
Inheritance#
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Properties#
Count#
public int Count { get; set; }
Property Value#
Methods#
Process(IObservable<ConnectedComponentCollection>)#
public IObservable<ConnectedComponentCollection> Process(IObservable<ConnectedComponentCollection> source)
Parameters#
source
IObservable<ConnectedComponentCollection>
Returns#
IObservable<ConnectedComponentCollection>