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