static void |
opencv_dnn.NMSBoxes(Rect2dVector bboxes,
float[] scores,
float score_threshold,
float nms_threshold,
int[] indices) |
static void |
opencv_dnn.NMSBoxes(Rect2dVector bboxes,
float[] scores,
float score_threshold,
float nms_threshold,
int[] indices,
float eta,
int top_k) |
static void |
opencv_dnn.NMSBoxes(Rect2dVector bboxes,
FloatBuffer scores,
float score_threshold,
float nms_threshold,
IntBuffer indices) |
static void |
opencv_dnn.NMSBoxes(Rect2dVector bboxes,
FloatBuffer scores,
float score_threshold,
float nms_threshold,
IntBuffer indices,
float eta,
int top_k) |
static void |
opencv_dnn.NMSBoxes(Rect2dVector bboxes,
FloatPointer scores,
float score_threshold,
float nms_threshold,
IntPointer indices) |
static void |
opencv_dnn.NMSBoxes(Rect2dVector bboxes,
FloatPointer scores,
float score_threshold,
float nms_threshold,
IntPointer indices,
float eta,
int top_k) |