Click or drag to resize

IBitmapImageReduceNoiseAdaptive Method

Applies adaptive 3x3 filter to reduce noise whilst preserving edges.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ReduceNoiseAdaptive()

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also