Package | Description |
---|---|
org.opencv.core | |
org.opencv.utils |
Modifier and Type | Method and Description |
---|---|
KeyPoint[] |
MatOfKeyPoint.toArray() |
Modifier and Type | Method and Description |
---|---|
List<KeyPoint> |
MatOfKeyPoint.toList() |
Modifier and Type | Method and Description |
---|---|
void |
MatOfKeyPoint.fromArray(KeyPoint... a) |
Modifier and Type | Method and Description |
---|---|
void |
MatOfKeyPoint.fromList(List<KeyPoint> lkp) |
Constructor and Description |
---|
MatOfKeyPoint(KeyPoint... a) |
Modifier and Type | Method and Description |
---|---|
static void |
Converters.Mat_to_vector_KeyPoint(Mat m,
List<KeyPoint> kps) |
static Mat |
Converters.vector_KeyPoint_to_Mat(List<KeyPoint> kps) |
Copyright © 2020. All rights reserved.