StitcherWaveCorrectionKind Property |
http://www.emgu.com
The wave correction type.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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