BatchImagePro Class Library
BatchImagePro Class Library
CohesiveComputing.Imaging
IBitmapImage Interface
IBitmapImage Methods
Smooth Method
Smooth Method
Smooth Method (KernelType, Int32[])
IBitmapImage
Smooth Method (KernelType,
Int32
)
Applies a smoothing kernel to the image. Uses strength parameter to apply dynamic centre pixel weighting.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
Copy
IBitmapImage
Smooth
(
KernelType
kernelType
,
int
[]
kernel
)
Parameters
kernelType
Type:
CohesiveComputing.Imaging
KernelType
Size of kernel.
kernel
Type:
System
Int32
An array whose elements specify a kernal.
Return Value
Type:
IBitmapImage
A new image instance with effect applied.
Exceptions
Exception
Condition
ArgumentNullException
kernel
ArgumentException
Incorrect number of elements. - kernel
See Also
Reference
IBitmapImage Interface
Smooth Overload
CohesiveComputing.Imaging Namespace
© Cohesive Computing Ltd - BatchImagePro