NativeMethodsimgproc_remap Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_remap( IntPtr src, IntPtr dst, IntPtr map1, IntPtr map2, int interpolation, int borderMode, Scalar borderValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_remap ( src As IntPtr, dst As IntPtr, map1 As IntPtr, map2 As IntPtr, interpolation As Integer, borderMode As Integer, borderValue As Scalar )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_remap( IntPtr src, IntPtr dst, IntPtr map1, IntPtr map2, int interpolation, int borderMode, Scalar borderValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_remap : src : IntPtr * dst : IntPtr * map1 : IntPtr * map2 : IntPtr * interpolation : int * borderMode : int * borderValue : Scalar -> unit
OpenCvSharp.NativeMethods.imgproc_remap = function(src, dst, map1, map2, interpolation, borderMode, borderValue);