Table of Contents

Property ApertureSize

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

ApertureSize

Gets or sets the size of the extended Sobel kernel.

[Range(1, 7)]
[Precision(0, 2)]
[TypeConverter(typeof(OddKernelSizeConverter))]
public int ApertureSize { get; set; }

Property Value

int