Click or drag to resize

NativeMethodsobjdetect_CascadeClassifier_detectMultiScale1 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_CascadeClassifier_detectMultiScale1(
	IntPtr obj,
	IntPtr image,
	IntPtr objects,
	double scaleFactor,
	int minNeighbors,
	int flags,
	Size minSize,
	Size maxSize
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

objects
Type: SystemIntPtr

[Missing <param name="objects"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

scaleFactor
Type: SystemDouble

[Missing <param name="scaleFactor"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

minNeighbors
Type: SystemInt32

[Missing <param name="minNeighbors"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

minSize
Type: OpenCvSharpSize

[Missing <param name="minSize"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

maxSize
Type: OpenCvSharpSize

[Missing <param name="maxSize"/> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.objdetect_CascadeClassifier_detectMultiScale1(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,System.Int32,System.Int32,OpenCvSharp.Size,OpenCvSharp.Size)"]

See Also