Click or drag to resize

NativeMethodsoptflow_calcOpticalFlowSF2 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_calcOpticalFlowSF2(
	IntPtr from,
	IntPtr to,
	IntPtr flow,
	int layers,
	int averagingBlockSize,
	int maxFlow,
	double sigmaDist,
	double sigmaColor,
	int postprocessWindow,
	double sigmaDistFix,
	double sigmaColorFix,
	double occThr,
	int upscaleAveragingRadius,
	double upscaleSigmaDist,
	double upscaleSigmaColor,
	double speedUpThr
)

Parameters

from
Type: SystemIntPtr
to
Type: SystemIntPtr
flow
Type: SystemIntPtr
layers
Type: SystemInt32
averagingBlockSize
Type: SystemInt32
maxFlow
Type: SystemInt32
sigmaDist
Type: SystemDouble
sigmaColor
Type: SystemDouble
postprocessWindow
Type: SystemInt32
sigmaDistFix
Type: SystemDouble
sigmaColorFix
Type: SystemDouble
occThr
Type: SystemDouble
upscaleAveragingRadius
Type: SystemInt32
upscaleSigmaDist
Type: SystemDouble
upscaleSigmaColor
Type: SystemDouble
speedUpThr
Type: SystemDouble
See Also