| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.DMatch |
opencv_core.DMatch.distance(float distance) |
opencv_core.DMatch |
opencv_core.DMatchVector.get(long i) |
opencv_core.DMatch |
opencv_core.DMatch.imgIdx(int imgIdx) |
opencv_core.DMatch |
opencv_core.DMatch.position(long position) |
opencv_core.DMatch |
opencv_core.DMatch.queryIdx(int queryIdx) |
opencv_core.DMatch |
opencv_core.DMatch.trainIdx(int trainIdx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_core.DMatch.lessThan(opencv_core.DMatch m) |
opencv_core.DMatchVector |
opencv_core.DMatchVector.put(long i,
opencv_core.DMatch value) |
opencv_core.DMatchVector |
opencv_core.DMatchVector.put(opencv_core.DMatch... array) |
| Constructor and Description |
|---|
DMatchVector(opencv_core.DMatch... array) |
Copyright © 2017. All rights reserved.