@Namespace(value="cv::detail") public static class opencv_stitching.FeaturesFinder extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.FeaturesFinder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(opencv_core.Mat image,
opencv_stitching.ImageFeatures features)
\overload
|
void |
apply(opencv_core.Mat image,
opencv_stitching.ImageFeatures features,
opencv_core.RectVector rois)
\brief Finds features in the given image.
|
void |
collectGarbage()
\brief Frees unused memory allocated before if there is any.
|
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.FeaturesFinder(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.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_
public void collectGarbage()
Copyright © 2016. All rights reserved.