StitcherWaveCorrectionType Enumeration |
http://www.emgu.com
Wave correction kind
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic enum WaveCorrectionType
Public Enumeration WaveCorrectionType
public enum class WaveCorrectionType
Members
| Member name | Value | Description |
---|
| Horiz | 0 |
horizontal
|
| Vert | 1 |
Vertical
|
See Also