NativeMethodsimgproc_convertMaps Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_convertMaps( IntPtr map1, IntPtr map2, IntPtr dstmap1, IntPtr dstmap2, int dstmap1Type, int nninterpolation )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_convertMaps ( map1 As IntPtr, map2 As IntPtr, dstmap1 As IntPtr, dstmap2 As IntPtr, dstmap1Type As Integer, nninterpolation As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_convertMaps( IntPtr map1, IntPtr map2, IntPtr dstmap1, IntPtr dstmap2, int dstmap1Type, int nninterpolation )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_convertMaps : map1 : IntPtr * map2 : IntPtr * dstmap1 : IntPtr * dstmap2 : IntPtr * dstmap1Type : int * nninterpolation : int -> unit
OpenCvSharp.NativeMethods.imgproc_convertMaps = function(map1, map2, dstmap1, dstmap2, dstmap1Type, nninterpolation);