Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_detectROI Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_HOGDescriptor_detectROI(
	IntPtr obj,
	IntPtr img,
	Point[] locations,
	int locationsLength,
	IntPtr foundLocations,
	IntPtr confidences,
	double hitThreshold,
	Size winStride,
	Size padding
)

Parameters

obj
Type: SystemIntPtr

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

img
Type: SystemIntPtr

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

locations
Type: OpenCvSharpPoint

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

locationsLength
Type: SystemInt32

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

foundLocations
Type: SystemIntPtr

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

confidences
Type: SystemIntPtr

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

hitThreshold
Type: SystemDouble

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

winStride
Type: OpenCvSharpSize

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

padding
Type: OpenCvSharpSize

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

Return Value

Type: ExceptionStatus

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

See Also