ConvolveFilter Constructor
Kaliko.ImageLibrary.Filters Namespace > ConvolveFilter Class : ConvolveFilter Constructor |
Overload List
Overload | Description |
---|---|
ConvolveFilter Constructor() | Construct a filter with a null kernel. This is only useful if you're going to change the kernel later on. |
ConvolveFilter Constructor(Single[]) | Construct a filter with the given 3x3 kernel. |
ConvolveFilter Constructor(Int32,Int32,Single[]) | Construct a filter with the given kernel. |
ConvolveFilter Constructor(Kernel) | Construct a filter with the given 3x3 kernel. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2