Click or drag to resize

NativeMethodsobjdetect_CascadeClassifier_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 void objdetect_CascadeClassifier_detectMultiScale2(
	IntPtr obj,
	IntPtr image,
	IntPtr objects,
	IntPtr rejectLevels,
	IntPtr levelWeights,
	double scaleFactor,
	int minNeighbors,
	int flags,
	Size minSize,
	Size maxSize,
	int outputRejectLevels
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
objects
Type: SystemIntPtr
rejectLevels
Type: SystemIntPtr
levelWeights
Type: SystemIntPtr
scaleFactor
Type: SystemDouble
minNeighbors
Type: SystemInt32
flags
Type: SystemInt32
minSize
Type: OpenCvSharpSize
maxSize
Type: OpenCvSharpSize
outputRejectLevels
Type: SystemInt32
See Also