@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 |
|---|
opencv_core.DMatch() |
opencv_core.DMatch(int _queryIdx,
int _trainIdx,
float _distance) |
opencv_core.DMatch(int _queryIdx,
int _trainIdx,
int _imgIdx,
float _distance) |
opencv_core.DMatch(long size)
Native array allocator.
|
opencv_core.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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.DMatch(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.DMatch(long size)
Pointer.position(long).public opencv_core.DMatch()
public opencv_core.DMatch(int _queryIdx,
int _trainIdx,
float _distance)
public opencv_core.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 © 2016. All rights reserved.