NativeMethodsobjdetect_HOGDescriptor_detect Method (IntPtr, IntPtr, IntPtr, IntPtr, Double, CvSize, CvSize, Point, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Double,OpenCvSharp.CvSize,OpenCvSharp.CvSize,OpenCvSharp.CPlusPlus.Point[],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 objdetect_HOGDescriptor_detect(
	IntPtr self,
	IntPtr img,
	IntPtr foundLocations,
	IntPtr weights,
	double hitThreshold,
	CvSize winStride,
	CvSize padding,
	Point[] searchLocations,
	int searchLocationsLength
)

Parameters

self
Type: SystemIntPtr

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

img
Type: SystemIntPtr

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

foundLocations
Type: SystemIntPtr

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

weights
Type: SystemIntPtr

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

hitThreshold
Type: SystemDouble

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

winStride
Type: OpenCvSharpCvSize

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

padding
Type: OpenCvSharpCvSize

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

searchLocations
Type: OpenCvSharp.CPlusPlusPoint

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

searchLocationsLength
Type: SystemInt32

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

See Also

Reference