ImageEn, unit iexUserInteractions

TIERetouchToolInteraction.InpaintMethod

TIERetouchToolInteraction.InpaintMethod

Declaration

property InpaintMethod: Integer;

Description

Specify the inpainting algorithm, either 0 for Navier-Stokes method or 1 for the Telea algorithm.


For more information: inpaint

Default: 0

Example

ImageEnView1.RetouchTool.RetouchMode      := iermIEVisionInpaint;
ImageEnView1.RetouchTool.InpaintMethod    := 1;
ImageEnView1.RetouchTool.InpaintRangeSize := 6;
ImageEnView1.MouseInteractGeneral         := [ miRetouchTool ];

See Also

InpaintRangeSize
inpaint