public static class opencv_legacy.FernDescriptorMatcher.Params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Params() |
Params(BytePointer filename) |
Params(int size) |
Params(int nclasses,
int patchSize,
int signatureSize,
int nstructs,
int structSize,
int nviews,
int compressionMethod,
opencv_legacy.PatchGenerator patchGenerator) |
Params(Pointer p) |
Params(String filename) |
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 Params(Pointer p)
public Params(int size)
public Params(int nclasses,
int patchSize,
int signatureSize,
int nstructs,
int structSize,
int nviews,
int compressionMethod,
opencv_legacy.PatchGenerator patchGenerator)
public Params()
public Params(BytePointer filename)
public 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.