StitcherWaveCorrection Property |
http://www.emgu.com
Get or Set a flag to indicate if the stitcher should apply wave correction
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool WaveCorrection { get; set; }
Public Property WaveCorrection As Boolean
Get
Set
public:
property bool WaveCorrection {
bool get ();
void set (bool value);
}
member WaveCorrection : bool with get, set
Property Value
Type:
Boolean
See Also