Click or drag to resize

NativeMethodsoptflow_motempl_calcMotionGradient 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 void optflow_motempl_calcMotionGradient(
	IntPtr mhi,
	IntPtr mask,
	IntPtr orientation,
	double delta1,
	double delta2,
	int apertureSize
)

Parameters

mhi
Type: SystemIntPtr
mask
Type: SystemIntPtr
orientation
Type: SystemIntPtr
delta1
Type: SystemDouble
delta2
Type: SystemDouble
apertureSize
Type: SystemInt32
See Also