Table of Contents

Property ApertureSize

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

ApertureSize

Gets or sets the aperture parameter for the Sobel operator.

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

Property Value

int