|
ConservativeSmoothingKernelSize Property
|
Kernel size, [3, 25].
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic int KernelSize { get; set; }
Public Property KernelSize As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32
RemarksDetermines the size of pixel's square used for smoothing.
Default value is set to 3.
Note |
---|
The value should be odd. |
See Also