Search Results for

    Show / Hide Table of Contents

    Enum MorphologicalOperation

    Specifies the type of morphological operation used by MorphologyEx(Arr, Arr, Arr, IplConvKernel, MorphologicalOperation, Int32).

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

    Fields

    Name Description
    BlackHat

    Specifies a morphological operation obtained by subtracting the input image from the result of the Close operator.

    Close

    Specifies a morphological operation performed by first dilating and then eroding the image.

    Dilate

    Specifies the primitive dilation morphological operation.

    Erode

    Specifies the primitive erosion morphological operation.

    Gradient

    Specifies a morphological operation obtained by subtracting the result of the Erode operator from the result of the Dilate operator.

    Open

    Specifies a morphological operation performed by first eroding and then dilating the image.

    TopHat

    Specifies a morphological operation obtained by subtracting the result of the Open operator from the input image.

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