http://www.emgu.com
Inpaint type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration InpaintType
public enum class InpaintType
Members|
| Member name | Value | Description |
|---|
| NS | 0 |
Navier-Stokes based method.
|
| Telea | 1 |
The method by Alexandru Telea
|
See Also