IDenseOpticalFlowDenseOpticalFlowPtr Property |
http://www.emgu.com
Gets the dense optical flow pointer.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxIntPtr DenseOpticalFlowPtr { get; }
ReadOnly Property DenseOpticalFlowPtr As IntPtr
Get
property IntPtr DenseOpticalFlowPtr {
IntPtr get ();
}
abstract DenseOpticalFlowPtr : IntPtr with get
Property Value
Type:
IntPtr
The dense optical flow .
See Also