Click or drag to resize

DISOpticalFlow Constructor

http://www.emgu.com
Create an instance of DIS optical flow algorithm.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public DISOpticalFlow(
	DISOpticalFlowPreset preset = DISOpticalFlowPreset.Fast
)

Parameters

preset (Optional)
Type: Emgu.CVDISOpticalFlowPreset
Algorithm preset
See Also