NativeMethodscore_reduce Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_reduce( IntPtr src, IntPtr dst, int dim, int rtype, int dtype )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_reduce ( src As IntPtr, dst As IntPtr, dim As Integer, rtype As Integer, dtype As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_reduce( IntPtr src, IntPtr dst, int dim, int rtype, int dtype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_reduce : src : IntPtr * dst : IntPtr * dim : int * rtype : int * dtype : int -> unit
OpenCvSharp.NativeMethods.core_reduce = function(src, dst, dim, rtype, dtype);