ImageEn, unit iexUserInteractions |
|
TIERetouchToolInteraction.AutoSharpenRate
Declaration
var AutoSharpenRate: Double;
Description
Specify thee borders detection rate (0.0 to 1.0) to automatically enhances the image sharpness by sharpening the contours of detected objects.
For more information:
AutoSharpDefault: 0.035
// Sharpen the image
ImageEnView1.RetouchTool.RetouchMode := iermAutoSharpen;
ImageEnView1.RetouchTool.AutoSharpenRate := 0.025;
ImageEnView1.RetouchTool.AutoSharpenIntensity := 30;
ImageEnView1.MouseInteractGeneral := [ miRetouchTool ];
See Also
◼AutoSharpenIntensity◼AutoSharp