Click or drag to resize

NativeMethodsoptflow_calcOpticalFlowSparseToDense Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus optflow_calcOpticalFlowSparseToDense(
	IntPtr from,
	IntPtr to,
	IntPtr flow,
	int gridStep,
	int k,
	float sigma,
	int usePostProc,
	float fgsLambda,
	float fgsSigma
)

Parameters

from
Type: SystemIntPtr

[Missing <param name="from"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

to
Type: SystemIntPtr

[Missing <param name="to"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

flow
Type: SystemIntPtr

[Missing <param name="flow"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

gridStep
Type: SystemInt32

[Missing <param name="gridStep"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

k
Type: SystemInt32

[Missing <param name="k"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

sigma
Type: SystemSingle

[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

usePostProc
Type: SystemInt32

[Missing <param name="usePostProc"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

fgsLambda
Type: SystemSingle

[Missing <param name="fgsLambda"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

fgsSigma
Type: SystemSingle

[Missing <param name="fgsSigma"/> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.optflow_calcOpticalFlowSparseToDense(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Single,System.Int32,System.Single,System.Single)"]

See Also