public static class opencv_legacy.OneWayDescriptorMatcher.Params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.OneWayDescriptorMatcher.Params() |
opencv_legacy.OneWayDescriptorMatcher.Params(int size) |
opencv_legacy.OneWayDescriptorMatcher.Params(int poseCount,
opencv_core.Size patchSize,
BytePointer pcaFilename,
BytePointer trainPath,
BytePointer trainImagesList,
float minScale,
float maxScale,
float stepScale) |
opencv_legacy.OneWayDescriptorMatcher.Params(int poseCount,
opencv_core.Size patchSize,
String pcaFilename,
String trainPath,
String trainImagesList,
float minScale,
float maxScale,
float stepScale) |
opencv_legacy.OneWayDescriptorMatcher.Params(Pointer p) |
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.OneWayDescriptorMatcher.Params(Pointer p)
public opencv_legacy.OneWayDescriptorMatcher.Params(int size)
public opencv_legacy.OneWayDescriptorMatcher.Params(int poseCount,
opencv_core.Size patchSize,
BytePointer pcaFilename,
BytePointer trainPath,
BytePointer trainImagesList,
float minScale,
float maxScale,
float stepScale)
public opencv_legacy.OneWayDescriptorMatcher.Params()
public opencv_legacy.OneWayDescriptorMatcher.Params(int poseCount,
opencv_core.Size patchSize,
String pcaFilename,
String trainPath,
String trainImagesList,
float minScale,
float maxScale,
float stepScale)
public opencv_legacy.OneWayDescriptorMatcher.Params position(int position)
public static int POSE_COUNT()
public static int PATCH_WIDTH()
public static int PATCH_HEIGHT()
public static float GET_MIN_SCALE()
public static float GET_MAX_SCALE()
public static float GET_STEP_SCALE()
public int poseCount()
public opencv_legacy.OneWayDescriptorMatcher.Params poseCount(int poseCount)
public opencv_core.Size patchSize()
public opencv_legacy.OneWayDescriptorMatcher.Params patchSize(opencv_core.Size patchSize)
public BytePointer pcaFilename()
public opencv_legacy.OneWayDescriptorMatcher.Params pcaFilename(BytePointer pcaFilename)
public BytePointer trainPath()
public opencv_legacy.OneWayDescriptorMatcher.Params trainPath(BytePointer trainPath)
public BytePointer trainImagesList()
public opencv_legacy.OneWayDescriptorMatcher.Params trainImagesList(BytePointer trainImagesList)
public float minScale()
public opencv_legacy.OneWayDescriptorMatcher.Params minScale(float minScale)
public float maxScale()
public opencv_legacy.OneWayDescriptorMatcher.Params maxScale(float maxScale)
public float stepScale()
public opencv_legacy.OneWayDescriptorMatcher.Params stepScale(float stepScale)
Copyright © 2014. All Rights Reserved.