| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.RectVectorVector |
opencv_core.RectVectorVector.put(long i,
opencv_core.RectVector value) |
opencv_core.RectVectorVector |
opencv_core.RectVectorVector.put(opencv_core.RectVector... array) |
opencv_core.RectVectorVector |
opencv_core.RectVectorVector.put(opencv_core.RectVectorVector x) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.MatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois)
\brief Finds features in the given images in parallel.
|
void |
opencv_stitching.FeaturesFinder.apply(opencv_core.UMatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois) |
int |
opencv_stitching.Stitcher.estimateTransform(opencv_core.MatVector images,
opencv_core.RectVectorVector rois)
\brief These functions try to match the given images and to estimate rotations of each camera.
|
int |
opencv_stitching.Stitcher.estimateTransform(opencv_core.UMatVector images,
opencv_core.RectVectorVector rois) |
opencv_core.RectVectorVector |
opencv_core.RectVectorVector.put(opencv_core.RectVectorVector x) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.MatVector images,
opencv_core.RectVectorVector rois,
opencv_core.Mat pano)
\brief These functions try to stitch the given images.
|
int |
opencv_stitching.Stitcher.stitch(opencv_core.MatVector images,
opencv_core.RectVectorVector rois,
opencv_core.UMat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.UMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.Mat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.UMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.UMat pano) |
Copyright © 2017. All rights reserved.