NativeMethodsstitching_Stitcher_setWaveCorrectKind Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void stitching_Stitcher_setWaveCorrectKind( IntPtr obj, int kind )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub stitching_Stitcher_setWaveCorrectKind ( obj As IntPtr, kind As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void stitching_Stitcher_setWaveCorrectKind( IntPtr obj, int kind )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member stitching_Stitcher_setWaveCorrectKind : obj : IntPtr * kind : int -> unit
OpenCvSharp.NativeMethods.stitching_Stitcher_setWaveCorrectKind = function(obj, kind);