NativeMethodscore_gemm Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_gemm( IntPtr src1, IntPtr src2, double alpha, IntPtr src3, double gamma, IntPtr dst, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_gemm ( src1 As IntPtr, src2 As IntPtr, alpha As Double, src3 As IntPtr, gamma As Double, dst As IntPtr, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_gemm( IntPtr src1, IntPtr src2, double alpha, IntPtr src3, double gamma, IntPtr dst, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_gemm : src1 : IntPtr * src2 : IntPtr * alpha : float * src3 : IntPtr * gamma : float * dst : IntPtr * flags : int -> unit
OpenCvSharp.NativeMethods.core_gemm = function(src1, src2, alpha, src3, gamma, dst, flags);