Search Results for

    Show / Hide Table of Contents

    Enum StructuringElementShape

    Specifies the shape of the structuring element kernel.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public enum StructuringElementShape : int

    Fields

    Name Description
    Cross

    Specifies a cross-shaped structuring element.

    Custom

    Specifies a user-defined structuring element. In this case the kernel values are passed explicitly to the constructor method.

    Ellipse

    Specifies an elliptical structuring element.

    Rectangle

    Specifies a rectangular structuring element.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX