Click or drag to resize

NativeMethodsobjdetect_LatentSvmDetector_detect 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 void objdetect_LatentSvmDetector_detect(
	IntPtr obj,
	IntPtr image,
	IntPtr objectDetections,
	float overlapThreshold,
	int numThreads
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
objectDetections
Type: SystemIntPtr
overlapThreshold
Type: SystemSingle
numThreads
Type: SystemInt32
See Also