@Namespace(value="cv") @NoOffset public static class opencv_core.DMatch extends Pointer
query descriptor index, train descriptor index, train image index, and distance between descriptors.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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() |
opencv_core.DMatch |
distance(float distance) |
int |
imgIdx() |
opencv_core.DMatch |
imgIdx(int imgIdx) |
boolean |
lessThan(opencv_core.DMatch m) |
opencv_core.DMatch |
position(long position) |
int |
queryIdx() |
opencv_core.DMatch |
queryIdx(int queryIdx) |
int |
trainIdx() |
opencv_core.DMatch |
trainIdx(int trainIdx) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic 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 opencv_core.DMatch position(long position)
public int queryIdx()
public opencv_core.DMatch queryIdx(int queryIdx)
public int trainIdx()
public opencv_core.DMatch trainIdx(int trainIdx)
public int imgIdx()
public opencv_core.DMatch imgIdx(int imgIdx)
public float distance()
public opencv_core.DMatch distance(float distance)
Copyright © 2017. All rights reserved.