@Namespace(value="cv::detail")
public static class opencv_stitching.FeaturesFinder
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
FeaturesFinder(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FeaturesFinder(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@Name(value="operator ()")
public void apply(@ByVal
opencv_core.Mat image,
@ByRef
opencv_stitching.ImageFeatures features)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.UMat image,
@ByRef
opencv_stitching.ImageFeatures features)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.GpuMat image,
@ByRef
opencv_stitching.ImageFeatures features)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.Mat image,
@ByRef
opencv_stitching.ImageFeatures features,
@Const @ByRef
opencv_core.RectVector rois)
image - Source imagefeatures - Found featuresrois - Regions of interest
\sa detail::ImageFeatures, Rect_
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.UMat image,
@ByRef
opencv_stitching.ImageFeatures features,
@Const @ByRef
opencv_core.RectVector rois)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.GpuMat image,
@ByRef
opencv_stitching.ImageFeatures features,
@Const @ByRef
opencv_core.RectVector rois)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.MatVector images,
@StdVector
opencv_stitching.ImageFeatures features,
@Const @ByRef
opencv_core.RectVectorVector rois)
images - Source imagesfeatures - Found features for each imagerois - Regions of interest for each image
\sa detail::ImageFeatures, Rect_
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.UMatVector images,
@StdVector
opencv_stitching.ImageFeatures features,
@Const @ByRef
opencv_core.RectVectorVector rois)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.GpuMatVector images,
@StdVector
opencv_stitching.ImageFeatures features,
@Const @ByRef
opencv_core.RectVectorVector rois)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.MatVector images,
@StdVector
opencv_stitching.ImageFeatures features)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.UMatVector images,
@StdVector
opencv_stitching.ImageFeatures features)
@Name(value="operator ()")
public void apply(@ByVal
opencv_core.GpuMatVector images,
@StdVector
opencv_stitching.ImageFeatures features)
public void collectGarbage()
Copyright © 2018. All rights reserved.