| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.tracking | |
| org.opencv.utils |
| Modifier and Type | Method and Description |
|---|---|
Rect2d |
Rect2d.clone() |
Rect2d[] |
MatOfRect2d.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<Rect2d> |
MatOfRect2d.toList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfRect2d.fromArray(Rect2d... a) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfRect2d.fromList(List<Rect2d> lr) |
| Constructor and Description |
|---|
MatOfRect2d(Rect2d... a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MultiTracker.add(Tracker newTracker,
Mat image,
Rect2d boundingBox) |
boolean |
Tracker.init(Mat image,
Rect2d boundingBox) |
boolean |
Tracker.update(Mat image,
Rect2d boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Converters.Mat_to_vector_Rect2d(Mat m,
List<Rect2d> rs) |
static Mat |
Converters.vector_Rect2d_to_Mat(List<Rect2d> rs) |
Copyright © 2018. All rights reserved.