DualTVL1OpticalFlowDenseOpticalFlowPtr Property |
http://www.emgu.com
Gets the dense optical flow pointer.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic IntPtr DenseOpticalFlowPtr { get; }
Public ReadOnly Property DenseOpticalFlowPtr As IntPtr
Get
public:
virtual property IntPtr DenseOpticalFlowPtr {
IntPtr get () sealed;
}
abstract DenseOpticalFlowPtr : IntPtr with get
override DenseOpticalFlowPtr : IntPtr with get
Property Value
Type:
IntPtr
The pointer to the dense optical flow object.
Implements
IDenseOpticalFlowDenseOpticalFlowPtr
See Also