Click or drag to resize

FarnebackOpticalFlowDenseOpticalFlowPtr Property

http://www.emgu.com
Gets the dense optical flow pointer.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public IntPtr DenseOpticalFlowPtr { get; }

Property Value

Type: IntPtr
The pointer to the dense optical flow object.

Implements

IDenseOpticalFlowDenseOpticalFlowPtr
See Also