Class MorphologicalOperator
Represents an operator that applies a morphological transformation kernel to each image in the sequence.
public class MorphologicalOperator : Transform<IplImage, IplImage>
- Inheritance
-
MorphologicalOperator
- Inherited Members
Constructors
- MorphologicalOperator()
Initializes a new instance of the MorphologicalOperator class.
Properties
- Anchor
Gets or sets the anchor of the structuring element.
- Iterations
Gets or sets the number of times to apply the morphological operator.
- Operation
Gets or sets a value specifying the type of morphological operation to be applied.
- Shape
Gets or sets the shape of the structuring element.
- Size
Gets or sets the size of the structuring element.
Methods
- Process(IObservable<IplImage>)
Applies a morphological transformation kernel to each image in an observable sequence.