public static class opencv_features2d.DMatch extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.DMatch() |
opencv_features2d.DMatch(int size) |
opencv_features2d.DMatch(int _queryIdx,
int _trainIdx,
float _distance) |
opencv_features2d.DMatch(int _queryIdx,
int _trainIdx,
int _imgIdx,
float _distance) |
opencv_features2d.DMatch(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
float |
distance() |
opencv_features2d.DMatch |
distance(float distance) |
int |
imgIdx() |
opencv_features2d.DMatch |
imgIdx(int imgIdx) |
boolean |
lessThan(opencv_features2d.DMatch m) |
opencv_features2d.DMatch |
position(int position) |
int |
queryIdx() |
opencv_features2d.DMatch |
queryIdx(int queryIdx) |
int |
trainIdx() |
opencv_features2d.DMatch |
trainIdx(int trainIdx) |
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_features2d.DMatch(Pointer p)
public opencv_features2d.DMatch(int size)
public opencv_features2d.DMatch()
public opencv_features2d.DMatch(int _queryIdx,
int _trainIdx,
float _distance)
public opencv_features2d.DMatch(int _queryIdx,
int _trainIdx,
int _imgIdx,
float _distance)
public opencv_features2d.DMatch position(int position)
public int queryIdx()
public opencv_features2d.DMatch queryIdx(int queryIdx)
public int trainIdx()
public opencv_features2d.DMatch trainIdx(int trainIdx)
public int imgIdx()
public opencv_features2d.DMatch imgIdx(int imgIdx)
public float distance()
public opencv_features2d.DMatch distance(float distance)
public boolean lessThan(opencv_features2d.DMatch m)
Copyright © 2014. All Rights Reserved.