| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_features2d | |
| org.bytedeco.opencv.opencv_xfeatures2d |
| Modifier and Type | Method and Description |
|---|---|
KeyPointVectorVector |
KeyPointVectorVector.push_back(KeyPointVector value) |
KeyPointVectorVector |
KeyPointVectorVector.put(KeyPointVector... array) |
KeyPointVectorVector |
KeyPointVectorVector.put(KeyPointVector value) |
KeyPointVectorVector |
KeyPointVectorVector.put(KeyPointVectorVector x) |
KeyPointVectorVector |
KeyPointVectorVector.put(long i,
KeyPointVector value) |
| Modifier and Type | Method and Description |
|---|---|
KeyPointVectorVector |
KeyPointVectorVector.put(KeyPointVectorVector x) |
| Modifier and Type | Method and Description |
|---|---|
void |
Feature2D.compute(GpuMatVector images,
KeyPointVectorVector keypoints,
GpuMatVector descriptors) |
void |
Feature2D.compute(MatVector images,
KeyPointVectorVector keypoints,
MatVector descriptors)
\overload
|
void |
Feature2D.compute(UMatVector images,
KeyPointVectorVector keypoints,
UMatVector descriptors) |
void |
Feature2D.detect(GpuMatVector images,
KeyPointVectorVector keypoints) |
void |
Feature2D.detect(GpuMatVector images,
KeyPointVectorVector keypoints,
GpuMatVector masks) |
void |
Feature2D.detect(MatVector images,
KeyPointVectorVector keypoints) |
void |
Feature2D.detect(MatVector images,
KeyPointVectorVector keypoints,
MatVector masks)
\overload
|
void |
Feature2D.detect(UMatVector images,
KeyPointVectorVector keypoints) |
void |
Feature2D.detect(UMatVector images,
KeyPointVectorVector keypoints,
UMatVector masks) |
| Modifier and Type | Method and Description |
|---|---|
void |
DAISY.compute(GpuMatVector images,
KeyPointVectorVector keypoints,
GpuMatVector descriptors) |
void |
DAISY.compute(MatVector images,
KeyPointVectorVector keypoints,
MatVector descriptors) |
void |
DAISY.compute(UMatVector images,
KeyPointVectorVector keypoints,
UMatVector descriptors) |
Copyright © 2021. All rights reserved.