NativeMethodsstitching_Stitcher_setSeamEstimationResol Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void stitching_Stitcher_setSeamEstimationResol( IntPtr obj, double resolMpx )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub stitching_Stitcher_setSeamEstimationResol ( obj As IntPtr, resolMpx As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void stitching_Stitcher_setSeamEstimationResol( IntPtr obj, double resolMpx )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member stitching_Stitcher_setSeamEstimationResol : obj : IntPtr * resolMpx : float -> unit
OpenCvSharp.NativeMethods.stitching_Stitcher_setSeamEstimationResol = function(obj, resolMpx);