Property ApertureSize
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; }
Gets or sets the aperture parameter for the Sobel operator.
[Range(3, 7)]
[Precision(0, 2)]
[TypeConverter(typeof(OddKernelSizeConverter))]
public int ApertureSize { get; set; }