Property BlockSize
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; }
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; }