| Package | Description |
|---|---|
| org.opencv.core | |
| 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 |
|---|---|
static void |
Converters.Mat_to_vector_Rect2d(Mat m,
List<Rect2d> rs) |
static Mat |
Converters.vector_Rect2d_to_Mat(List<Rect2d> rs) |
Copyright © 2021. All rights reserved.