http://www.emgu.com
Inpaint type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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