| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.DMatchVector |
opencv_core.DMatchVectorVector.get(long i) |
opencv_core.DMatchVector |
opencv_stitching.MatchesInfo.matches() |
opencv_core.DMatchVector |
opencv_core.DMatchVector.put(long i,
opencv_core.DMatch value) |
opencv_core.DMatchVector |
opencv_core.DMatchVector.put(opencv_core.DMatch... array) |
opencv_core.DMatchVector |
opencv_core.DMatchVector.put(opencv_core.DMatchVector x) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.Mat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVector matches1to2,
opencv_core.Mat outImg) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.Mat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVector matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
byte[] matchesMask,
int flags) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.Mat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVector matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
ByteBuffer matchesMask,
int flags) |
static void |
opencv_features2d.drawMatches(opencv_core.Mat img1,
opencv_core.KeyPointVector keypoints1,
opencv_core.Mat img2,
opencv_core.KeyPointVector keypoints2,
opencv_core.DMatchVector matches1to2,
opencv_core.Mat outImg,
opencv_core.Scalar matchColor,
opencv_core.Scalar singlePointColor,
BytePointer matchesMask,
int flags)
\brief Draws the found matches of keypoints from two images.
|
void |
opencv_shape.ShapeTransformer.estimateTransformation(opencv_core.Mat transformingShape,
opencv_core.Mat targetShape,
opencv_core.DMatchVector matches)
\brief Estimate the transformation parameters of the current transformer algorithm, based on point matches.
|
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVector matches) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.DMatchVector matches,
opencv_core.MatVector masks)
\overload
|
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_core.DMatchVector matches) |
void |
opencv_features2d.DescriptorMatcher.match(opencv_core.Mat queryDescriptors,
opencv_core.Mat trainDescriptors,
opencv_core.DMatchVector matches,
opencv_core.Mat mask)
\brief Finds the best match for each descriptor from a query set.
|
opencv_stitching.MatchesInfo |
opencv_stitching.MatchesInfo.matches(opencv_core.DMatchVector matches) |
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.DMatchVector |
opencv_core.DMatchVector.put(opencv_core.DMatchVector x) |
static void |
opencv_core.read(opencv_core.FileNode node,
opencv_core.DMatchVector matches) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
opencv_core.DMatchVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.DMatchVector value) |
| Constructor and Description |
|---|
opencv_core.DMatchVectorVector(opencv_core.DMatchVector... array) |
Copyright © 2016. All rights reserved.