Click or drag to resize

NativeMethodstracking_MultiTracker_add2 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 int tracking_MultiTracker_add2(
	IntPtr obj,
	IntPtr[] newTrackers,
	int newTrackersLength,
	IntPtr image,
	Rect2d[] boundingBox,
	int boundingBoxLength
)

Parameters

obj
Type: SystemIntPtr
newTrackers
Type: SystemIntPtr
newTrackersLength
Type: SystemInt32
image
Type: SystemIntPtr
boundingBox
Type: OpenCvSharpRect2d
boundingBoxLength
Type: SystemInt32

Return Value

Type: Int32
See Also