Property ApertureSize
ApertureSize
Gets or sets the size of the extended Sobel kernel used to compute derivatives.
[Range(1, 7)]
[Precision(0, 2)]
[TypeConverter(typeof(OddKernelSizeConverter))]
public int ApertureSize { get; set; }
Gets or sets the size of the extended Sobel kernel used to compute derivatives.
[Range(1, 7)]
[Precision(0, 2)]
[TypeConverter(typeof(OddKernelSizeConverter))]
public int ApertureSize { get; set; }