@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.BestOf2NearestRangeMatcher extends opencv_stitching.BestOf2NearestMatcher
| Constructor and Description |
|---|
BestOf2NearestRangeMatcher() |
BestOf2NearestRangeMatcher(int range_width,
boolean try_use_gpu,
float match_conf,
int num_matches_thresh1,
int num_matches_thresh2) |
BestOf2NearestRangeMatcher(long size)
Native array allocator.
|
BestOf2NearestRangeMatcher(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
opencv_stitching.BestOf2NearestRangeMatcher |
position(long position) |
collectGarbageapply, isThreadSafeaddress, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BestOf2NearestRangeMatcher(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public BestOf2NearestRangeMatcher(long size)
Pointer.position(long).public BestOf2NearestRangeMatcher(int range_width,
@Cast(value="bool")
boolean try_use_gpu,
float match_conf,
int num_matches_thresh1,
int num_matches_thresh2)
public BestOf2NearestRangeMatcher()
public opencv_stitching.BestOf2NearestRangeMatcher position(long position)
position in class opencv_stitching.BestOf2NearestMatcher@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)
opencv_stitching.FeaturesMatcherapply in class opencv_stitching.FeaturesMatcherfeatures - 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)
apply in class opencv_stitching.FeaturesMatcherCopyright © 2018. All rights reserved.