@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.BestOf2NearestMatcher extends opencv_stitching.FeaturesMatcher
\sa detail::FeaturesMatcher
| Constructor and Description |
|---|
BestOf2NearestMatcher() |
BestOf2NearestMatcher(boolean try_use_gpu,
float match_conf,
int num_matches_thresh1,
int num_matches_thresh2)
\brief Constructs a "best of 2 nearest" matcher.
|
BestOf2NearestMatcher(long size)
Native array allocator.
|
BestOf2NearestMatcher(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collectGarbage()
\brief Frees unused memory allocated before if there is any.
|
opencv_stitching.BestOf2NearestMatcher |
position(long position) |
apply, apply, apply, 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 BestOf2NearestMatcher(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public BestOf2NearestMatcher(long size)
Pointer.position(long).public BestOf2NearestMatcher(@Cast(value="bool")
boolean try_use_gpu,
float match_conf,
int num_matches_thresh1,
int num_matches_thresh2)
try_use_gpu - Should try to use GPU or notmatch_conf - Match distances ration thresholdnum_matches_thresh1 - Minimum number of matches required for the 2D projective transform
estimation used in the inliers classification stepnum_matches_thresh2 - Minimum number of matches required for the 2D projective transform
re-estimation on inlierspublic BestOf2NearestMatcher()
public opencv_stitching.BestOf2NearestMatcher position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void collectGarbage()
opencv_stitching.FeaturesMatchercollectGarbage in class opencv_stitching.FeaturesMatcherCopyright © 2018. All rights reserved.