Initializes a new instance of the
TrackerTLD class
Namespace:
OpenCvSharp.Tracking
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected TrackerTLD(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
TrackerTLD(
IntPtr p
)
new :
p : IntPtr -> TrackerTLD
OpenCvSharp.Tracking.TrackerTLD = function(p);
Parameters
- p
- Type: SystemIntPtr
See Also