 | UnwrappingMethod Enumeration |
Identifiers for phase unwrapping methods
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic enum UnwrappingMethod
public enum class UnwrappingMethod
Members
| Member name | Value | Description |
---|
| None | -1 |
No method
|
| QualityPath | 0 |
Quality guided path-following
|
| DCT | 1 |
Discrete Cosine Transform
|
See Also