| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.DMatchVectorVector |
opencv_core.DMatchVectorVector.push_back(opencv_core.DMatchVector value) |
opencv_core.DMatchVectorVector |
opencv_core.DMatchVectorVector.put(long i,
opencv_core.DMatchVector value) |
opencv_core.DMatchVectorVector |
opencv_core.DMatchVectorVector.put(opencv_core.DMatchVector... array) |
opencv_core.DMatchVectorVector |
opencv_core.DMatchVectorVector.put(opencv_core.DMatchVector value) |
opencv_core.DMatchVectorVector |
opencv_core.DMatchVectorVector.put(opencv_core.DMatchVectorVector x) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_features2d.computeRecallPrecisionCurve(opencv_core.DMatchVectorVector matches1to2,
opencv_core.ByteVectorVector correctMatches1to2Mask,
opencv_core.Point2fVector recallPrecisionCurve) |
static void |
opencv_features2d.drawMatchesKnn(opencv_core.GpuMat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.GpuMat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVectorVector matches1to2,
opencv_core.GpuMat outImg) |
static void |
opencv_features2d.drawMatchesKnn(opencv_core.GpuMat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.GpuMat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVectorVector matches1to2,
opencv_core.GpuMat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
opencv_core.ByteVectorVector matchesMask,
int flags) |
static void |
opencv_features2d.drawMatchesKnn(opencv_core.Mat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.Mat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVectorVector matches1to2,
opencv_core.Mat outImg) |
static void |
opencv_features2d.drawMatchesKnn(opencv_core.Mat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.Mat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVectorVector matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
opencv_core.ByteVectorVector matchesMask,
int flags)
\overload
|
static void |
opencv_features2d.drawMatchesKnn(opencv_core.UMat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.UMat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVectorVector matches1to2,
opencv_core.UMat outImg) |
static void |
opencv_features2d.drawMatchesKnn(opencv_core.UMat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.UMat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVectorVector matches1to2,
opencv_core.UMat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
opencv_core.ByteVectorVector matchesMask,
int flags) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.GpuMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.GpuMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.GpuMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.GpuMat mask,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.GpuMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.MatVector masks,
boolean compactResult)
\overload
|
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_core.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.Mat mask,
boolean compactResult)
\brief Finds the k best matches for each descriptor from a query set.
|
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.GpuMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.UMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
int k) |
void |
opencv_features2d.DescriptorMatcher.knnMatch(opencv_core.UMat queryDescriptors,
opencv_core.UMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
int k,
opencv_core.UMat mask,
boolean compactResult) |
opencv_core.DMatchVectorVector |
opencv_core.DMatchVectorVector.put(opencv_core.DMatchVectorVector x) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.GpuMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.GpuMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.GpuMat queryDescriptors,
opencv_core.GpuMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.GpuMat mask,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.GpuMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.MatVector masks,
boolean compactResult)
\overload
|
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.Mat mask,
boolean compactResult)
\brief For each query descriptor, finds the training descriptors not farther than the specified distance.
|
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.GpuMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.MatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.UMatVector masks,
boolean compactResult) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.UMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance) |
void |
opencv_features2d.DescriptorMatcher.radiusMatch(opencv_core.UMat queryDescriptors,
opencv_core.UMat trainDescriptors,
opencv_core.DMatchVectorVector matches,
float maxDistance,
opencv_core.UMat mask,
boolean compactResult) |
Copyright © 2018. All rights reserved.