OpenCvSharp.NativeMethods.core_gemm C# (CSharp) Method

core_gemm() private method

private core_gemm ( IntPtr src1, IntPtr src2, double alpha, IntPtr src3, double gamma, IntPtr dst, int flags ) : void
src1 IntPtr
src2 IntPtr
alpha double
src3 IntPtr
gamma double
dst IntPtr
flags int
return void
        public static extern void core_gemm(IntPtr src1, IntPtr src2, double alpha, IntPtr src3, double gamma, IntPtr dst, int flags);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods