StitcherInterpolationFlags Property |
http://www.emgu.com
Get or Set the interpolation type.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Inter InterpolationFlags { get; set; }
Public Property InterpolationFlags As Inter
Get
Set
public:
property Inter InterpolationFlags {
Inter get ();
void set (Inter value);
}
member InterpolationFlags : Inter with get, set
Property Value
Type:
Inter
See Also