public static class opencv_objdetect.Match extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_objdetect.Match() |
opencv_objdetect.Match(int size) |
opencv_objdetect.Match(int x,
int y,
float similarity,
BytePointer class_id,
int template_id) |
opencv_objdetect.Match(int x,
int y,
float similarity,
String class_id,
int template_id) |
opencv_objdetect.Match(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
class_id() |
opencv_objdetect.Match |
class_id(BytePointer class_id) |
boolean |
equals(opencv_objdetect.Match rhs) |
boolean |
lessThan(opencv_objdetect.Match rhs)
Sort matches with high similarity to the front
|
opencv_objdetect.Match |
position(int position) |
float |
similarity() |
opencv_objdetect.Match |
similarity(float similarity) |
int |
template_id() |
opencv_objdetect.Match |
template_id(int template_id) |
int |
x() |
opencv_objdetect.Match |
x(int x) |
int |
y() |
opencv_objdetect.Match |
y(int y) |
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_objdetect.Match(Pointer p)
public opencv_objdetect.Match(int size)
public opencv_objdetect.Match()
public opencv_objdetect.Match(int x,
int y,
float similarity,
BytePointer class_id,
int template_id)
public opencv_objdetect.Match(int x,
int y,
float similarity,
String class_id,
int template_id)
public opencv_objdetect.Match position(int position)
public boolean lessThan(opencv_objdetect.Match rhs)
public boolean equals(opencv_objdetect.Match rhs)
public int x()
public opencv_objdetect.Match x(int x)
public int y()
public opencv_objdetect.Match y(int y)
public float similarity()
public opencv_objdetect.Match similarity(float similarity)
public BytePointer class_id()
public opencv_objdetect.Match class_id(BytePointer class_id)
public int template_id()
public opencv_objdetect.Match template_id(int template_id)
Copyright © 2014. All Rights Reserved.