Click or drag to resize

XPhotoInvokeInpaintType Enumeration

http://www.emgu.com
Inpaint type

Namespace:  Emgu.CV.XPhoto
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum InpaintType
Members
  Member nameValueDescription
Shiftmap0 Shift map
FsrBest1 Performs Frequency Selective Reconstruction (FSR). Slower but better inpainting
FsrFast2 Performs Frequency Selective Reconstruction (FSR). Faster inpainting.
See Also