NativeMethodsgpu_HOGDescriptor_detect Method OpenCvSharp Class Library

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

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_detect(
	IntPtr obj,
	IntPtr img,
	IntPtr found_locations,
	double hit_threshold,
	CvSize win_stride,
	CvSize padding
)

Parameters

obj
Type: SystemIntPtr

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

img
Type: SystemIntPtr

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

found_locations
Type: SystemIntPtr

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

hit_threshold
Type: SystemDouble

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

win_stride
Type: OpenCvSharpCvSize

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

padding
Type: OpenCvSharpCvSize

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

See Also

Reference