@Namespace(value="cv") @NoOffset public static class opencv_features2d.BFMatcher extends opencv_features2d.DescriptorMatcher
For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one. This descriptor matcher supports masking permissible matches of descriptor sets.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorBRUTEFORCE, BRUTEFORCE_HAMMING, BRUTEFORCE_HAMMINGLUT, BRUTEFORCE_L1, BRUTEFORCE_SL2, FLANNBASED| Constructor and Description |
|---|
BFMatcher() |
BFMatcher(int normType,
boolean crossCheck)
\brief Brute-force matcher constructor (obsolete).
|
BFMatcher(long size)
Native array allocator.
|
BFMatcher(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_features2d.DescriptorMatcher |
clone() |
opencv_features2d.DescriptorMatcher |
clone(boolean emptyTrainData)
\brief Clones the matcher.
|
static opencv_features2d.BFMatcher |
create() |
static opencv_features2d.BFMatcher |
create(int normType,
boolean crossCheck) |
boolean |
isMaskSupported()
\brief Returns true if the descriptor matcher supports masking permissible matches.
|
opencv_features2d.BFMatcher |
position(long position) |
add, add, clear, create, create, create, empty, getTrainDescriptors, knnMatch, knnMatch, knnMatch, knnMatch, knnMatch, knnMatch, knnMatch, knnMatch, knnMatch, knnMatch, match, match, match, match, match, match, match, match, match, match, radiusMatch, radiusMatch, radiusMatch, radiusMatch, radiusMatch, radiusMatch, radiusMatch, radiusMatch, radiusMatch, radiusMatch, read, read, read, train, write, write, writegetDefaultName, save, saveaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic BFMatcher(Pointer p)
Pointer.Pointer(Pointer).public BFMatcher(long size)
Pointer.position(long).public BFMatcher(int normType,
@Cast(value="bool")
boolean crossCheck)
public BFMatcher()
public opencv_features2d.BFMatcher position(long position)
position in class opencv_core.Algorithm@Cast(value="bool") public boolean isMaskSupported()
opencv_features2d.DescriptorMatcherisMaskSupported in class opencv_features2d.DescriptorMatcher@opencv_core.Ptr public static opencv_features2d.BFMatcher create(int normType, @Cast(value="bool") boolean crossCheck)
@opencv_core.Ptr public static opencv_features2d.BFMatcher create()
@opencv_core.Ptr public opencv_features2d.DescriptorMatcher clone(@Cast(value="bool") boolean emptyTrainData)
opencv_features2d.DescriptorMatcherclone in class opencv_features2d.DescriptorMatcheremptyTrainData - If emptyTrainData is false, the method creates a deep copy of the object,
that is, copies both parameters and train data. If emptyTrainData is true, the method creates an
object copy with the current parameters but with empty train data.@opencv_core.Ptr public opencv_features2d.DescriptorMatcher clone()
clone in class opencv_features2d.DescriptorMatcherCopyright © 2017. All rights reserved.