Click or drag to resize

NativeMethodsdnn_NMSBoxes_RotatedRect Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_NMSBoxes_RotatedRect(
	IntPtr bboxes,
	IntPtr scores,
	float score_threshold,
	float nms_threshold,
	IntPtr indices,
	float eta,
	int top_k
)

Parameters

bboxes
Type: SystemIntPtr

[Missing <param name="bboxes"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

scores
Type: SystemIntPtr

[Missing <param name="scores"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

score_threshold
Type: SystemSingle

[Missing <param name="score_threshold"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

nms_threshold
Type: SystemSingle

[Missing <param name="nms_threshold"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

indices
Type: SystemIntPtr

[Missing <param name="indices"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

eta
Type: SystemSingle

[Missing <param name="eta"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

top_k
Type: SystemInt32

[Missing <param name="top_k"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]

See Also