FuzzyInvokeInpaintAlgorithm Enumeration |
http://www.emgu.com
Inpaint algorithm
Namespace:
Emgu.CV.Fuzzy
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic enum InpaintAlgorithm
Public Enumeration InpaintAlgorithm
public enum class InpaintAlgorithm
Members
| Member name | Value | Description |
---|
| OneStep | 1 |
One step algorithm.
|
| MultiStep | 2 |
Algorithm automaticaly increasing radius of the basic function.
|
| Iterative | 3 |
Iterative algorithm running in more steps using partial computations.
|
See Also