| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.dnn | |
| org.opencv.tracking |
| Modifier and Type | Method and Description |
|---|---|
static MatOfRect2d |
MatOfRect2d.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Dnn.NMSBoxes(MatOfRect2d bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices) |
static void |
Dnn.NMSBoxes(MatOfRect2d bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta) |
static void |
Dnn.NMSBoxes(MatOfRect2d bboxes,
MatOfFloat scores,
float score_threshold,
float nms_threshold,
MatOfInt indices,
float eta,
int top_k) |
| Modifier and Type | Method and Description |
|---|---|
MatOfRect2d |
MultiTracker.getObjects() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiTracker.update(Mat image,
MatOfRect2d boundingBox) |
Copyright © 2019. All rights reserved.