Click or drag to resize

NativeMethodscuda_CascadeClassifier_GPU_detectMultiScale2 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 cuda_CascadeClassifier_GPU_detectMultiScale2(
	IntPtr obj,
	IntPtr image,
	IntPtr objectsBuf,
	Size maxObjectSize,
	Size minSize,
	double scaleFactor,
	int minNeighbors
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
objectsBuf
Type: SystemIntPtr
maxObjectSize
Type: OpenCvSharpSize
minSize
Type: OpenCvSharpSize
scaleFactor
Type: SystemDouble
minNeighbors
Type: SystemInt32

Return Value

Type: Int32
See Also