ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.AutoSharpenRate

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: AutoSharp

Default: 0.035

Example

// Sharpen the image
ImageEnView1.RetouchTool.RetouchMode     := iermAutoSharpen;
ImageEnView1.RetouchTool.AutoSharpenRate := 0.025;
ImageEnView1.RetouchTool.AutoSharpenIntensity := 30;
ImageEnView1.MouseInteractGeneral        := [ miRetouchTool ];

See Also

AutoSharpenIntensity
AutoSharp