public static class opencv_legacy.OneWayDescriptorMatcher extends opencv_features2d.GenericDescriptorMatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_legacy.OneWayDescriptorMatcher.Params |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.OneWayDescriptorMatcher() |
opencv_legacy.OneWayDescriptorMatcher(int size) |
opencv_legacy.OneWayDescriptorMatcher(opencv_legacy.OneWayDescriptorMatcher.Params params) |
opencv_legacy.OneWayDescriptorMatcher(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
opencv_features2d.GenericDescriptorMatcher |
clone() |
opencv_features2d.GenericDescriptorMatcher |
clone(boolean emptyTrainData) |
boolean |
empty() |
void |
initialize(opencv_legacy.OneWayDescriptorMatcher.Params params) |
void |
initialize(opencv_legacy.OneWayDescriptorMatcher.Params params,
opencv_legacy.OneWayDescriptorBase base) |
boolean |
isMaskSupported() |
opencv_legacy.OneWayDescriptorMatcher |
position(int position) |
void |
read(opencv_core.FileNode fn) |
void |
train() |
void |
write(opencv_core.FileStorage fs) |
add, 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, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_legacy.OneWayDescriptorMatcher(Pointer p)
public opencv_legacy.OneWayDescriptorMatcher(int size)
public opencv_legacy.OneWayDescriptorMatcher(opencv_legacy.OneWayDescriptorMatcher.Params params)
public opencv_legacy.OneWayDescriptorMatcher()
public opencv_legacy.OneWayDescriptorMatcher position(int position)
public void initialize(opencv_legacy.OneWayDescriptorMatcher.Params params, opencv_legacy.OneWayDescriptorBase base)
public void initialize(opencv_legacy.OneWayDescriptorMatcher.Params params)
public 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.