@Namespace(value="cv::detail")
@NoOffset
public static class opencv_stitching.FeaturesMatcher
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
FeaturesMatcher(org.bytedeco.javacpp.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, 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 FeaturesMatcher(org.bytedeco.javacpp.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 © 2018. All rights reserved.