@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class BestOf2NearestRangeMatcher extends BestOf2NearestMatcher
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| 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(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ImageFeatures features,
MatchesInfo pairwise_matches) |
void |
apply(ImageFeatures features,
MatchesInfo pairwise_matches,
UMat mask) |
BestOf2NearestRangeMatcher |
position(long position) |
collectGarbage, create, createapply, apply2, apply2, isThreadSafeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BestOf2NearestRangeMatcher(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 BestOf2NearestRangeMatcher position(long position)
position in class BestOf2NearestMatcher@Name(value="operator ()") public void apply(@StdVector ImageFeatures features, @StdVector MatchesInfo pairwise_matches, @Const @ByRef(nullValue="cv::UMat()") UMat mask)
@Name(value="operator ()") public void apply(@StdVector ImageFeatures features, @StdVector MatchesInfo pairwise_matches)
Copyright © 2020. All rights reserved.