Click or drag to resize

NativeMethodstracking_Tracker_init Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static bool tracking_Tracker_init(
	IntPtr obj,
	IntPtr image,
	Rect2d boundingBox
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
boundingBox
Type: OpenCvSharpRect2d

Return Value

Type: Boolean
See Also