[This is preliminary documentation and is subject to change.]
Inpaint type
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public enum INPAINT_TYPE
Public Enumeration INPAINT_TYPE
public enum class INPAINT_TYPE
Members
Member | Description |
---|---|
CV_INPAINT_NS |
Navier-Stokes based method.
|
CV_INPAINT_TELEA |
The method by Alexandru Telea
|