NativeMethodsgpu_HOGDescriptor_detectMultiScale Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void gpu_HOGDescriptor_detectMultiScale(
	IntPtr obj,
	IntPtr img,
	IntPtr found_locations,
	double hit_threshold,
	CvSize win_stride,
	CvSize padding,
	double scale,
	int group_threshold
)

Parameters

obj
Type: SystemIntPtr

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

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

found_locations
Type: SystemIntPtr

[Missing <param name="found_locations"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

hit_threshold
Type: SystemDouble

[Missing <param name="hit_threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

win_stride
Type: OpenCvSharpCvSize

[Missing <param name="win_stride"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

padding
Type: OpenCvSharpCvSize

[Missing <param name="padding"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

group_threshold
Type: SystemInt32

[Missing <param name="group_threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_HOGDescriptor_detectMultiScale(System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,System.Double,System.Int32)"]

See Also

Reference