Enum InpaintTypes
various inpainting algorithms
Namespace: OpenCvSharp.XPhoto
Assembly: OpenCvSharp.dll
Syntax
public enum InpaintTypes
Fields
Name | Description |
---|---|
FSR_BEST | Performs Frequency Selective Reconstruction (FSR). One of the two quality profiles BEST and FAST can be chosen, depending on the time available for reconstruction. See @cite GenserPCS2018 and @cite SeilerTIP2015 for details. The algorithm may be utilized for the following areas of application:
1-channel grayscale or 3-channel BGR image are accepted. Conventional accepted ranges:
|
FSR_FAST | See #INPAINT_FSR_BEST |
SHIFTMAP | This algorithm searches for dominant correspondences(transformations) of image patches and tries to seamlessly fill-in the area to be inpainted using this transformations inpaint |