@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.FeaturesMatcher extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.FeaturesMatcher(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(opencv_stitching.ImageFeatures features1,
opencv_stitching.ImageFeatures features2,
opencv_stitching.MatchesInfo matches_info)
\overload
|
void |
apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches) |
void |
apply(opencv_stitching.ImageFeatures features,
opencv_stitching.MatchesInfo pairwise_matches,
opencv_core.UMat mask)
\brief Performs images matching.
|
void |
collectGarbage()
\brief Frees unused memory allocated before if there is any.
|
boolean |
isThreadSafe() |
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.FeaturesMatcher(Pointer p)
Pointer.Pointer(Pointer).@Name(value="operator ()") public void apply(@Const@ByRef opencv_stitching.ImageFeatures features1, @Const@ByRef opencv_stitching.ImageFeatures features2, @ByRef opencv_stitching.MatchesInfo matches_info)
features1 - First image featuresfeatures2 - Second image featuresmatches_info - Found matches@Name(value="operator ()") public void apply(@StdVector opencv_stitching.ImageFeatures features, @StdVector opencv_stitching.MatchesInfo pairwise_matches, @Const@ByRef(nullValue="cv::UMat()") opencv_core.UMat mask)
features - Features of the source imagespairwise_matches - Found pairwise matchesmask - Mask indicating which image pairs must be matched
The function is parallelized with the TBB library.
\sa detail::MatchesInfo
@Name(value="operator ()") public void apply(@StdVector opencv_stitching.ImageFeatures features, @StdVector opencv_stitching.MatchesInfo pairwise_matches)
@Cast(value="bool") public boolean isThreadSafe()
public void collectGarbage()
Copyright © 2016. All rights reserved.