Visual Basic (Declaration) | |
---|---|
Public Class GaussianCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class GaussianCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class GaussianCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class GaussianCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.Effects.GaussianCommand |
C# | Copy Code |
---|---|
ImageProcessing.Effects.GaussianCommand |
Each pixel in the image is blurred based on neighborhood pixels. The radius value determines the size of the neighborhood to consider when blurring a pixel. The result is a blurred version of the original image. The amount of blur is controlled by specifying the size of the neighborhood used for blurring or smoothing. The value of the Radius property determines the size and values of the mask. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Effects.GaussianCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
GaussianCommand MembersLeadtools.ImageProcessing.Effects Namespace
Removing Noise
SharpenCommand Class
PosterizeCommand
MosaicCommand Class
EmbossCommand Class
MedianCommand
AddNoiseCommand Class
IntensityDetectCommand
SpatialFilterCommand Class
BinaryFilterCommand Class
SolarizeCommand
WindowLevelCommand
UnsharpMaskCommand Class
HighPassCommand Class
BricksTextureCommand
DeskewCommand
DeskewExtendedCommand
DiffuseGlowCommand
GlowCommand
HalfTonePatternCommand
HighPassCommand Class
MaskConvolutionCommand Class
PerspectiveCommand
PlasmaCommand
PointillistCommand
FragmentCommand
HighPassCommand Class
UnsharpMaskCommand Class