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)
Add a new object to be tracked.
|
boolean |
Tracker.init(Mat image,
Rect2d boundingBox)
Initialize the tracker with a known bounding box that surrounded the target
|
boolean |
Tracker.update(Mat image,
Rect2d boundingBox)
Update the tracker, find the new most likely bounding box for the target
|
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 © 2020. All rights reserved.