@Namespace(value="cv")
@NoOffset
public static class opencv_core.DMatch
extends org.bytedeco.javacpp.Pointer
query descriptor index, train descriptor index, train image index, and distance between descriptors.
| 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(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
distance() |
opencv_core.DMatch |
distance(float distance) |
int |
imgIdx()
train image index
|
opencv_core.DMatch |
imgIdx(int imgIdx) |
boolean |
lessThan(opencv_core.DMatch m) |
opencv_core.DMatch |
position(long position) |
int |
queryIdx()
query descriptor index
|
opencv_core.DMatch |
queryIdx(int queryIdx) |
int |
trainIdx()
train descriptor index
|
opencv_core.DMatch |
trainIdx(int trainIdx) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DMatch(org.bytedeco.javacpp.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)
position in class org.bytedeco.javacpp.Pointerpublic 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)
@Cast(value="bool")
@Name(value="operator <")
public boolean lessThan(@Const @ByRef
opencv_core.DMatch m)
Copyright © 2018. All rights reserved.