| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Rect2dVector |
Rect2dVector.push_back(Rect2d value) |
Rect2dVector |
Rect2dVector.put(long i,
Rect2d value) |
Rect2dVector |
Rect2dVector.put(Rect2d... array) |
Rect2dVector |
Rect2dVector.put(Rect2d value) |
Rect2dVector |
Rect2dVector.put(Rect2dVector x) |
| Modifier and Type | Method and Description |
|---|---|
Rect2dVector |
Rect2dVector.put(Rect2dVector x) |
Copyright © 2021. All rights reserved.