various inpainting algorithms
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration InpaintTypes
public enum class InpaintTypes
OpenCvSharp.XPhoto.InpaintTypes = function();
OpenCvSharp.XPhoto.InpaintTypes.createEnum('OpenCvSharp.XPhoto.InpaintTypes', false);
Members
| Member name | Value | Description |
---|
| SHIFTMAP | 0 |
This algorithm searches for dominant correspondences(transformations) of image patches
and tries to seamlessly fill-in the area to be inpainted using this transformations
|
See Also