Click or drag to resize

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

Parameters

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

Return Value

Type: Int32
See Also