VisioForge (c) 2025

Search Results for

    Class CVLaplaceSettings

    OpenCV laplace effect settings.

    Inheritance
    object
    CVLaplaceSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.OpenCV
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVLaplaceSettings

    Properties

    ApertureSize

    Gets or sets the size of the extended Laplace Kernel (1, 3, 5 or 7).

    Declaration
    public int ApertureSize { get; set; }
    Property Value
    Type Description
    int

    The size of the aperture.

    Mask

    Gets or sets a value indicating whether the detected edges should be used as a mask on the original input or not.

    Declaration
    public bool Mask { get; set; }
    Property Value
    Type Description
    bool

    true if mask; otherwise, false.

    Scale

    Gets or sets the scale factor.

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    double

    The scale.

    Shift

    Gets or sets the value added to the scaled source array elements.

    Declaration
    public double Shift { get; set; }
    Property Value
    Type Description
    double

    The shift.