void |
opencv_stitching.FeaturesFinder.apply(opencv_core.GpuMatVector images,
opencv_stitching.ImageFeatures features,
opencv_core.RectVectorVector rois) |
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.GpuMatVector images,
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.GpuMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.GpuMat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.GpuMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.Mat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.GpuMatVector images,
opencv_core.RectVectorVector rois,
opencv_core.UMat pano) |
int |
opencv_stitching.Stitcher.stitch(opencv_core.MatVector images,
opencv_core.RectVectorVector rois,
opencv_core.GpuMat pano) |
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.GpuMat 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) |