IDenseOpticalFlowDenseOpticalFlowPtr Property |
http://www.emgu.com
Gets the dense optical flow pointer.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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