public static class opencv_features2d.FlannBasedMatcher extends opencv_features2d.DescriptorMatcher
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.FlannBasedMatcher() |
opencv_features2d.FlannBasedMatcher(int size) |
opencv_features2d.FlannBasedMatcher(opencv_flann.IndexParams indexParams,
opencv_flann.SearchParams searchParams) |
opencv_features2d.FlannBasedMatcher(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(opencv_core.MatVector descriptors) |
void |
clear() |
opencv_features2d.DescriptorMatcher |
clone() |
opencv_features2d.DescriptorMatcher |
clone(boolean emptyTrainData) |
opencv_core.AlgorithmInfo |
info() |
boolean |
isMaskSupported() |
opencv_features2d.FlannBasedMatcher |
position(int position) |
void |
read(opencv_core.FileNode arg0) |
void |
train() |
void |
write(opencv_core.FileStorage arg0) |
create, create, empty, getTrainDescriptors, knnMatch, knnMatch, knnMatch, knnMatch, match, match, match, match, radiusMatch, radiusMatch, radiusMatch, radiusMatch_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, name, paramHelp, paramHelp, paramType, paramType, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setStringaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.FlannBasedMatcher(Pointer p)
public opencv_features2d.FlannBasedMatcher(int size)
public opencv_features2d.FlannBasedMatcher(opencv_flann.IndexParams indexParams, opencv_flann.SearchParams searchParams)
public opencv_features2d.FlannBasedMatcher()
public opencv_features2d.FlannBasedMatcher position(int position)
position in class opencv_core.Algorithmpublic void add(opencv_core.MatVector descriptors)
add in class opencv_features2d.DescriptorMatcherpublic void clear()
clear in class opencv_features2d.DescriptorMatcherpublic void read(opencv_core.FileNode arg0)
read in class opencv_features2d.DescriptorMatcherpublic void write(opencv_core.FileStorage arg0)
write in class opencv_features2d.DescriptorMatcherpublic void train()
train in class opencv_features2d.DescriptorMatcherpublic boolean isMaskSupported()
isMaskSupported in class opencv_features2d.DescriptorMatcherpublic opencv_features2d.DescriptorMatcher clone(boolean emptyTrainData)
clone in class opencv_features2d.DescriptorMatcherpublic opencv_features2d.DescriptorMatcher clone()
clone in class opencv_features2d.DescriptorMatcherpublic opencv_core.AlgorithmInfo info()
info in class opencv_core.AlgorithmCopyright © 2014. All Rights Reserved.