NativeMethodsobjdetect_HOGDescriptor_detectMultiScaleROI Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.objdetect_HOGDescriptor_detectMultiScaleROI(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,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 objdetect_HOGDescriptor_detectMultiScaleROI(
	IntPtr obj,
	IntPtr img,
	IntPtr foundLocations,
	IntPtr roiScales,
	IntPtr roiLocations,
	IntPtr roiConfidences,
	double hitThreshold,
	int groupThreshold
)

Parameters

obj
Type: SystemIntPtr

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

img
Type: SystemIntPtr

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

foundLocations
Type: SystemIntPtr

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

roiScales
Type: SystemIntPtr

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

roiLocations
Type: SystemIntPtr

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

roiConfidences
Type: SystemIntPtr

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

hitThreshold
Type: SystemDouble

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

groupThreshold
Type: SystemInt32

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

See Also

Reference