ImageEn, unit imageenproc |
|
TImageEnProc.Sharpen
Declaration
procedure Sharpen(Intensity: Integer = 10; Neighbourhood: Integer = 4);
Description
Apply a sharpening filter to the image.
Parameter | Description |
Intensity | The amount of the sharpening (1 to 100) |
Neighbourhood | The window size |
Note: This function is also available to the user in the
Image Processing dialogExample
ImageEnView1.Proc.Sharpen( 10, 4 );