Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_compute 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_HOGDescriptor_compute(
	IntPtr self,
	IntPtr img,
	IntPtr descriptors,
	Size winStride,
	Size padding,
	Point[] locations,
	int locationsLength
)

Parameters

self
Type: SystemIntPtr
img
Type: SystemIntPtr
descriptors
Type: SystemIntPtr
winStride
Type: OpenCvSharpSize
padding
Type: OpenCvSharpSize
locations
Type: OpenCvSharpPoint
locationsLength
Type: SystemInt32
See Also