StitcherWaveCorrectionKind Property |
http://www.emgu.com
The wave correction type.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic StitcherWaveCorrectionType WaveCorrectionKind { get; set; }
Public Property WaveCorrectionKind As StitcherWaveCorrectionType
Get
Set
public:
property StitcherWaveCorrectionType^ WaveCorrectionKind {
StitcherWaveCorrectionType^ get ();
void set (StitcherWaveCorrectionType^ value);
}
member WaveCorrectionKind : StitcherWaveCorrectionType with get, set
Property Value
Type:
StitcherWaveCorrectionType
See Also