@Name(value="std::vector<cv::DMatch>") @Properties(inherit=opencv_core.class) public class DMatchVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
DMatchVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DMatchVector() |
DMatchVector(DMatch... array) |
DMatchVector(DMatch value) |
DMatchVector(long n) |
DMatchVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
DMatch |
back() |
DMatchVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
DMatchVector.Iterator |
end() |
DMatchVector.Iterator |
erase(DMatchVector.Iterator pos) |
DMatch |
front() |
DMatch[] |
get() |
DMatch |
get(long i) |
DMatchVector.Iterator |
insert(DMatchVector.Iterator pos,
DMatch value) |
DMatch |
pop_back() |
DMatchVector |
push_back(DMatch value) |
DMatchVector |
put(DMatch... array) |
DMatchVector |
put(DMatch value) |
DMatchVector |
put(DMatchVector x) |
DMatchVector |
put(long i,
DMatch value) |
void |
resize(long n) |
long |
size() |
String |
toString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public DMatchVector(Pointer p)
Pointer(Pointer)
.public DMatchVector(DMatch value)
public DMatchVector(DMatch... array)
public DMatchVector()
public DMatchVector(long n)
@Name(value="operator =") @ByRef public DMatchVector put(@ByRef DMatchVector x)
public boolean empty()
public long size()
public void clear()
public DMatch front()
public DMatch back()
public DMatchVector put(@Cast(value="size_t") long i, DMatch value)
@ByVal public DMatchVector.Iterator insert(@ByVal DMatchVector.Iterator pos, @ByRef DMatch value)
@ByVal public DMatchVector.Iterator erase(@ByVal DMatchVector.Iterator pos)
@ByVal public DMatchVector.Iterator begin()
@ByVal public DMatchVector.Iterator end()
public DMatch[] get()
public DMatch pop_back()
public DMatchVector push_back(DMatch value)
public DMatchVector put(DMatch value)
public DMatchVector put(DMatch... array)
Copyright © 2024. All rights reserved.