Table of Contents

Class CVLaplaceSettings

Namespace
VisioForge.Core.Types.X.OpenCV
Assembly
VisioForge.Core.dll

OpenCV laplace effect settings.

public class CVLaplaceSettings

Inheritance

Inherited Members

Properties

ApertureSize

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

public int ApertureSize { get; set; }

Property Value

int

Mask

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

public bool Mask { get; set; }

Property Value

bool

Scale

Gets or sets the scale factor.

public double Scale { get; set; }

Property Value

double

Shift

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

public double Shift { get; set; }

Property Value

double