public static class opencv_features2d.VectorDescriptorMatcher extends opencv_features2d.GenericDescriptorMatcher
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.VectorDescriptorMatcher() |
opencv_features2d.VectorDescriptorMatcher(opencv_features2d.DescriptorExtractor extractor,
opencv_features2d.DescriptorMatcher matcher) |
opencv_features2d.VectorDescriptorMatcher(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(opencv_core.MatVector imgCollection,
opencv_features2d.KeyPointVectorVector pointCollection) |
void |
clear() |
opencv_features2d.GenericDescriptorMatcher |
clone() |
opencv_features2d.GenericDescriptorMatcher |
clone(boolean emptyTrainData) |
boolean |
empty() |
boolean |
isMaskSupported() |
void |
read(opencv_core.FileNode fn) |
void |
train() |
void |
write(opencv_core.FileStorage fs) |
classify, classify, create, create, create, create, getTrainImages, getTrainKeypoints, knnMatch, knnMatch, knnMatch, knnMatch, match, match, match, match, radiusMatch, radiusMatch, radiusMatch, radiusMatchaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.VectorDescriptorMatcher()
public opencv_features2d.VectorDescriptorMatcher(Pointer p)
public opencv_features2d.VectorDescriptorMatcher(opencv_features2d.DescriptorExtractor extractor, opencv_features2d.DescriptorMatcher matcher)
public void add(opencv_core.MatVector imgCollection, opencv_features2d.KeyPointVectorVector pointCollection)
add in class opencv_features2d.GenericDescriptorMatcherpublic void clear()
clear in class opencv_features2d.GenericDescriptorMatcherpublic void train()
train in class opencv_features2d.GenericDescriptorMatcherpublic boolean isMaskSupported()
isMaskSupported in class opencv_features2d.GenericDescriptorMatcherpublic void read(opencv_core.FileNode fn)
read in class opencv_features2d.GenericDescriptorMatcherpublic void write(opencv_core.FileStorage fs)
write in class opencv_features2d.GenericDescriptorMatcherpublic boolean empty()
empty in class opencv_features2d.GenericDescriptorMatcherpublic opencv_features2d.GenericDescriptorMatcher clone(boolean emptyTrainData)
clone in class opencv_features2d.GenericDescriptorMatcherpublic opencv_features2d.GenericDescriptorMatcher clone()
clone in class opencv_features2d.GenericDescriptorMatcherCopyright © 2014. All Rights Reserved.