@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.AffineBestOf2NearestMatcher extends opencv_stitching.BestOf2NearestMatcher
Unlike cv::detail::BestOf2NearestMatcher this matcher uses affine transformation (affine trasformation estimate will be placed in matches_info).
\sa cv::detail::FeaturesMatcher cv::detail::BestOf2NearestMatcher
| Constructor and Description |
|---|
AffineBestOf2NearestMatcher() |
AffineBestOf2NearestMatcher(boolean full_affine,
boolean try_use_gpu,
float match_conf,
int num_matches_thresh1)
\brief Constructs a "best of 2 nearest" matcher that expects affine trasformation
between images
|
AffineBestOf2NearestMatcher(long size)
Native array allocator.
|
AffineBestOf2NearestMatcher(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.AffineBestOf2NearestMatcher |
position(long position) |
collectGarbageapply, 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 AffineBestOf2NearestMatcher(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public AffineBestOf2NearestMatcher(long size)
Pointer.position(long).public AffineBestOf2NearestMatcher(@Cast(value="bool")
boolean full_affine,
@Cast(value="bool")
boolean try_use_gpu,
float match_conf,
int num_matches_thresh1)
full_affine - whether to use full affine transformation with 6 degress of freedom or reduced
transformation with 4 degrees of freedom using only rotation, translation and uniform scalingtry_use_gpu - Should try to use GPU or notmatch_conf - Match distances ration thresholdnum_matches_thresh1 - Minimum number of matches required for the 2D affine transform
estimation used in the inliers classification step
\sa cv::estimateAffine2D cv::estimateAffinePartial2D
public AffineBestOf2NearestMatcher()
public opencv_stitching.AffineBestOf2NearestMatcher position(long position)
position in class opencv_stitching.BestOf2NearestMatcherCopyright © 2018. All rights reserved.