| InpaintMethod Enumeration |
The inpainting method
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum InpaintMethod
Public Enumeration InpaintMethod
public enum class InpaintMethod
Members
| Member name | Value | Description |
---|
| NS | 0 |
Navier-Stokes based method.
[CV_INPAINT_NS]
|
| Telea | 1 |
The method by Alexandru Telea
[CV_INPAINT_TELEA]
|
See Also