Performs a sharpening filter on the image with neighbourhood=4.

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

Syntax

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

Parameters

intensity
Int32
specifies the intensity of the sharpening (1..100)

See Also