public static class opencv_legacy.FernDescriptorMatcher.Params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.FernDescriptorMatcher.Params() |
opencv_legacy.FernDescriptorMatcher.Params(BytePointer filename) |
opencv_legacy.FernDescriptorMatcher.Params(int size) |
opencv_legacy.FernDescriptorMatcher.Params(int nclasses,
int patchSize,
int signatureSize,
int nstructs,
int structSize,
int nviews,
int compressionMethod,
opencv_legacy.PatchGenerator patchGenerator) |
opencv_legacy.FernDescriptorMatcher.Params(Pointer p) |
opencv_legacy.FernDescriptorMatcher.Params(String filename) |
| Modifier and Type | Method and Description |
|---|---|
int |
compressionMethod() |
opencv_legacy.FernDescriptorMatcher.Params |
compressionMethod(int compressionMethod) |
BytePointer |
filename() |
opencv_legacy.FernDescriptorMatcher.Params |
filename(BytePointer filename) |
int |
nclasses() |
opencv_legacy.FernDescriptorMatcher.Params |
nclasses(int nclasses) |
int |
nstructs() |
opencv_legacy.FernDescriptorMatcher.Params |
nstructs(int nstructs) |
int |
nviews() |
opencv_legacy.FernDescriptorMatcher.Params |
nviews(int nviews) |
opencv_legacy.PatchGenerator |
patchGenerator() |
opencv_legacy.FernDescriptorMatcher.Params |
patchGenerator(opencv_legacy.PatchGenerator patchGenerator) |
int |
patchSize() |
opencv_legacy.FernDescriptorMatcher.Params |
patchSize(int patchSize) |
opencv_legacy.FernDescriptorMatcher.Params |
position(int position) |
int |
signatureSize() |
opencv_legacy.FernDescriptorMatcher.Params |
signatureSize(int signatureSize) |
int |
structSize() |
opencv_legacy.FernDescriptorMatcher.Params |
structSize(int structSize) |
address, 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.FernDescriptorMatcher.Params(Pointer p)
public opencv_legacy.FernDescriptorMatcher.Params(int size)
public opencv_legacy.FernDescriptorMatcher.Params(int nclasses,
int patchSize,
int signatureSize,
int nstructs,
int structSize,
int nviews,
int compressionMethod,
opencv_legacy.PatchGenerator patchGenerator)
public opencv_legacy.FernDescriptorMatcher.Params()
public opencv_legacy.FernDescriptorMatcher.Params(BytePointer filename)
public opencv_legacy.FernDescriptorMatcher.Params(String filename)
public opencv_legacy.FernDescriptorMatcher.Params position(int position)
public int nclasses()
public opencv_legacy.FernDescriptorMatcher.Params nclasses(int nclasses)
public int patchSize()
public opencv_legacy.FernDescriptorMatcher.Params patchSize(int patchSize)
public int signatureSize()
public opencv_legacy.FernDescriptorMatcher.Params signatureSize(int signatureSize)
public int nstructs()
public opencv_legacy.FernDescriptorMatcher.Params nstructs(int nstructs)
public int structSize()
public opencv_legacy.FernDescriptorMatcher.Params structSize(int structSize)
public int nviews()
public opencv_legacy.FernDescriptorMatcher.Params nviews(int nviews)
public int compressionMethod()
public opencv_legacy.FernDescriptorMatcher.Params compressionMethod(int compressionMethod)
public opencv_legacy.PatchGenerator patchGenerator()
public opencv_legacy.FernDescriptorMatcher.Params patchGenerator(opencv_legacy.PatchGenerator patchGenerator)
public BytePointer filename()
public opencv_legacy.FernDescriptorMatcher.Params filename(BytePointer filename)
Copyright © 2014. All Rights Reserved.