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
public static ExceptionStatus dnn_NMSBoxes_RotatedRect( IntPtr bboxes, IntPtr scores, float score_threshold, float nms_threshold, IntPtr indices, float eta, int top_k )
Public Shared Function dnn_NMSBoxes_RotatedRect ( bboxes As IntPtr, scores As IntPtr, score_threshold As Single, nms_threshold As Single, indices As IntPtr, eta As Single, top_k As Integer ) As ExceptionStatus
public: static ExceptionStatus dnn_NMSBoxes_RotatedRect( IntPtr bboxes, IntPtr scores, float score_threshold, float nms_threshold, IntPtr indices, float eta, int top_k )
static member dnn_NMSBoxes_RotatedRect : bboxes : IntPtr * scores : IntPtr * score_threshold : float32 * nms_threshold : float32 * indices : IntPtr * eta : float32 * top_k : int -> ExceptionStatus
[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)"]
[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)"]
[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)"]
[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)"]
[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)"]
[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)"]
[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)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_NMSBoxes_RotatedRect(System.IntPtr,System.IntPtr,System.Single,System.Single,System.IntPtr,System.Single,System.Int32)"]