| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.utils |
| Modifier and Type | Method and Description |
|---|---|
DMatch[] |
MatOfDMatch.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<DMatch> |
MatOfDMatch.toList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfDMatch.fromArray(DMatch... a) |
boolean |
DMatch.lessThan(DMatch it) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfDMatch.fromList(List<DMatch> ldm) |
| Constructor and Description |
|---|
MatOfDMatch(DMatch... ap) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Converters.Mat_to_vector_DMatch(Mat m,
List<DMatch> matches) |
static Mat |
Converters.vector_DMatch_to_Mat(List<DMatch> matches) |
Copyright © 2020. All rights reserved.