public static class opencv_contrib.IMatch extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_contrib.IMatch() |
opencv_contrib.IMatch(int size) |
opencv_contrib.IMatch(int _queryIdx,
int _imgIdx,
double _likelihood,
double _match) |
opencv_contrib.IMatch(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
imgIdx() |
opencv_contrib.IMatch |
imgIdx(int imgIdx) |
boolean |
lessThan(opencv_contrib.IMatch m) |
double |
likelihood() |
opencv_contrib.IMatch |
likelihood(double likelihood) |
double |
match() |
opencv_contrib.IMatch |
match(double match) |
opencv_contrib.IMatch |
position(int position) |
int |
queryIdx() |
opencv_contrib.IMatch |
queryIdx(int queryIdx) |
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_contrib.IMatch(Pointer p)
public opencv_contrib.IMatch(int size)
public opencv_contrib.IMatch()
public opencv_contrib.IMatch(int _queryIdx,
int _imgIdx,
double _likelihood,
double _match)
public opencv_contrib.IMatch position(int position)
public int queryIdx()
public opencv_contrib.IMatch queryIdx(int queryIdx)
public int imgIdx()
public opencv_contrib.IMatch imgIdx(int imgIdx)
public double likelihood()
public opencv_contrib.IMatch likelihood(double likelihood)
public double match()
public opencv_contrib.IMatch match(double match)
public boolean lessThan(opencv_contrib.IMatch m)
Copyright © 2014. All Rights Reserved.