| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_aruco | |
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_dnn | |
| org.bytedeco.opencv.opencv_features2d |
| Modifier and Type | Method and Description |
|---|---|
IntVectorVector |
CharucoBoard.nearestMarkerCorners() |
IntVectorVector |
CharucoBoard.nearestMarkerIdx() |
| Modifier and Type | Method and Description |
|---|---|
CharucoBoard |
CharucoBoard.nearestMarkerCorners(IntVectorVector setter) |
CharucoBoard |
CharucoBoard.nearestMarkerIdx(IntVectorVector setter) |
| Modifier and Type | Method and Description |
|---|---|
IntVectorVector |
IntVectorVector.put(int[]... array) |
IntVectorVector |
IntVectorVector.put(IntVectorVector x) |
IntVectorVector |
IntVectorVector.put(long i,
long j,
int value) |
| Modifier and Type | Method and Description |
|---|---|
IntVectorVector |
IntVectorVector.put(IntVectorVector x) |
| Modifier and Type | Method and Description |
|---|---|
IntVectorVector |
SliceLayer.sliceSteps() |
| Modifier and Type | Method and Description |
|---|---|
SliceLayer |
SliceLayer.sliceSteps(IntVectorVector setter) |
boolean |
Layer.tryQuantize(FloatVectorVector scales,
IntVectorVector zeropoints,
LayerParams params)
\brief Tries to quantize the given layer and compute the quantization parameters required for fixed point implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BOWImgDescriptorExtractor.compute(GpuMat keypointDescriptors,
GpuMat imgDescriptor,
IntVectorVector pointIdxsOfClusters) |
void |
BOWImgDescriptorExtractor.compute(GpuMat image,
KeyPointVector keypoints,
GpuMat imgDescriptor,
IntVectorVector pointIdxsOfClusters,
Mat descriptors) |
void |
BOWImgDescriptorExtractor.compute(Mat image,
KeyPointVector keypoints,
Mat imgDescriptor,
IntVectorVector pointIdxsOfClusters,
Mat descriptors)
\brief Computes an image descriptor using the set visual vocabulary.
|
void |
BOWImgDescriptorExtractor.compute(Mat keypointDescriptors,
Mat imgDescriptor,
IntVectorVector pointIdxsOfClusters)
\overload
|
void |
BOWImgDescriptorExtractor.compute(UMat image,
KeyPointVector keypoints,
UMat imgDescriptor,
IntVectorVector pointIdxsOfClusters,
Mat descriptors) |
void |
BOWImgDescriptorExtractor.compute(UMat keypointDescriptors,
UMat imgDescriptor,
IntVectorVector pointIdxsOfClusters) |
Copyright © 2022. All rights reserved.