@Namespace(value="cv") @NoOffset @Properties(inherit=opencv_core.class) public class DMatch extends Pointer
query descriptor index, train descriptor index, train image index, and distance between descriptors.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DMatch() |
DMatch(int _queryIdx,
int _trainIdx,
float _distance) |
DMatch(int _queryIdx,
int _trainIdx,
int _imgIdx,
float _distance) |
DMatch(long size)
Native array allocator.
|
DMatch(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
float |
distance() |
DMatch |
distance(float setter) |
int |
imgIdx()
train image index
|
DMatch |
imgIdx(int setter) |
boolean |
lessThan(DMatch m) |
DMatch |
position(long position) |
int |
queryIdx()
query descriptor index
|
DMatch |
queryIdx(int setter) |
int |
trainIdx()
train descriptor index
|
DMatch |
trainIdx(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public DMatch(Pointer p)
Pointer.Pointer(Pointer)
.public DMatch(long size)
Pointer.position(long)
.public DMatch()
public DMatch(int _queryIdx, int _trainIdx, float _distance)
public DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance)
public int queryIdx()
public DMatch queryIdx(int setter)
public int trainIdx()
public DMatch trainIdx(int setter)
public int imgIdx()
public DMatch imgIdx(int setter)
public float distance()
public DMatch distance(float setter)
Copyright © 2020. All rights reserved.