Click or drag to resize

NativeMethodscore_operatorSubtract_MatExprMatExpr Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr core_operatorSubtract_MatExprMatExpr(
	IntPtr e1,
	IntPtr e2
)

Parameters

e1
Type: SystemIntPtr
e2
Type: SystemIntPtr

Return Value

Type: IntPtr
See Also