Applies a "Symmetric Nearest Neighbour" smoothing filter to the image.

SNN smoothing is very effective at noise reduction, while preserving edges.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SymmetricNearestNeighbour(
	int radius
)
Public Sub SymmetricNearestNeighbour ( _
	radius As Integer _
)
public:
void SymmetricNearestNeighbour(
	int radius
)

Parameters

radius
Int32
radius (default 6)

See Also