| TrackerTLD Constructor |
Initializes a new instance of the
TrackerTLD class
Namespace:
OpenCvSharp.Tracking
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected TrackerTLD(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
TrackerTLD(
IntPtr p
)
new :
p : IntPtr -> TrackerTLD
Parameters
- p
- Type: SystemIntPtr
[Missing <param name="p"/> documentation for "M:OpenCvSharp.Tracking.TrackerTLD.#ctor(System.IntPtr)"]
See Also