Table of Contents

Property BlockSize

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

BlockSize

Gets or sets the size of the pixel neighborhood used to calculate the threshold for a pixel.

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

Property Value

int