The BilateralSmoothing type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BilateralSmoothing |
Initializes a new instance of the BilateralSmoothing class.
|
Methods
Name | Description | |
---|---|---|
![]() | Apply | Overloaded. |
![]() | ApplyInPlace | Overloaded. |
![]() | ProcessFilter |
Process the filter on the specified image.
(Overrides BaseUsingCopyPartialFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage, Rectangle).) |
Properties
Name | Description | |
---|---|---|
![]() | ColorFactor |
Determines the variance of color for a color domain, >= 1.
|
![]() | ColorPower |
Exponent power, used in Color function calculation, >= 1.
|
![]() | EnableParallelProcessing |
Enable or not parallel processing on multi-core CPUs.
|
![]() | FormatTranslations |
Format translations dictionary.
(Overrides BaseUsingCopyPartialFilter..::.FormatTranslations.) |
![]() | KernelSize |
Size of a square for limiting surrounding pixels that take part in calculations, [3, 255].
|
![]() | LimitKernelSize |
Specifies if exception must be thrown in the case a large
kernel size is used which may lead
to significant performance issues.
|
![]() | SpatialFactor |
Determines smoothing power within a color domain (neighbor pixels of similar color), >= 1.
|
![]() | SpatialPower |
Exponent power, used in Spatial function calculation, >= 1.
|