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