Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_core | |
org.bytedeco.opencv.opencv_cudacodec |
Modifier and Type | Method and Description |
---|---|
static void |
opencv_features2d.computeRecallPrecisionCurve(DMatchVectorVector matches1to2,
ByteVectorVector correctMatches1to2Mask,
Point2fVector recallPrecisionCurve) |
static void |
opencv_features2d.drawMatchesKnn(GpuMat img1,
KeyPointVector keypoints1,
GpuMat img2,
KeyPointVector keypoints2,
DMatchVectorVector matches1to2,
GpuMat outImg,
Scalar matchColor,
Scalar singlePointColor,
ByteVectorVector matchesMask,
int flags) |
static void |
opencv_features2d.drawMatchesKnn(Mat img1,
KeyPointVector keypoints1,
Mat img2,
KeyPointVector keypoints2,
DMatchVectorVector matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
ByteVectorVector matchesMask,
int flags) |
static void |
opencv_features2d.drawMatchesKnn(UMat img1,
KeyPointVector keypoints1,
UMat img2,
KeyPointVector keypoints2,
DMatchVectorVector matches1to2,
UMat outImg,
Scalar matchColor,
Scalar singlePointColor,
ByteVectorVector matchesMask,
int flags) |
Modifier and Type | Method and Description |
---|---|
ByteVectorVector |
ByteVectorVector.put(byte[]... array) |
ByteVectorVector |
ByteVectorVector.put(ByteVectorVector x) |
ByteVectorVector |
ByteVectorVector.put(long i,
long j,
byte value) |
Modifier and Type | Method and Description |
---|---|
ByteVectorVector |
ByteVectorVector.put(ByteVectorVector x) |
Modifier and Type | Method and Description |
---|---|
void |
EncoderCallback.onEncoded(ByteVectorVector vPacket)
\brief Callback function to signal that the encoded bitstream for one or more frames is ready.
|
Copyright © 2024. All rights reserved.