ImageEn, unit imageenproc |
|
TImageEnProc.AutoSharp
Declaration
procedure AutoSharp(Intensity: Integer = 68; Rate: Double = 0.035);
Description
Automatically enhances the image sharpness by sharpening the contours of detected objects.
Parameter | Description |
Intensity | The effect intensity. Values: 0 to 100, Default 68 |
Rate | The borders detection rate. Values: 0.0 to 1.0, Default 0.035 |
Demo
| Demos\ImageEditing\AutoEnhance\AutoAdjust.dpr |
Example
ImageEnView.Proc.AutoSharp();