@Name(value="std::vector<cv::KeyPoint>") @Properties(inherit=opencv_core.class) public class KeyPointVector extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
KeyPointVector.Iterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
KeyPointVector() |
KeyPointVector(KeyPoint... array) |
KeyPointVector(KeyPoint value) |
KeyPointVector(long n) |
KeyPointVector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
KeyPoint |
back() |
KeyPointVector.Iterator |
begin() |
void |
clear() |
boolean |
empty() |
KeyPointVector.Iterator |
end() |
KeyPointVector.Iterator |
erase(KeyPointVector.Iterator pos) |
KeyPoint |
front() |
KeyPoint[] |
get() |
KeyPoint |
get(long i) |
KeyPointVector.Iterator |
insert(KeyPointVector.Iterator pos,
KeyPoint value) |
KeyPoint |
pop_back() |
KeyPointVector |
push_back(KeyPoint value) |
KeyPointVector |
put(KeyPoint... array) |
KeyPointVector |
put(KeyPoint value) |
KeyPointVector |
put(KeyPointVector x) |
KeyPointVector |
put(long i,
KeyPoint 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 KeyPointVector(Pointer p)
Pointer(Pointer)
.public KeyPointVector(KeyPoint value)
public KeyPointVector(KeyPoint... array)
public KeyPointVector()
public KeyPointVector(long n)
@Name(value="operator =") @ByRef public KeyPointVector put(@ByRef KeyPointVector x)
public boolean empty()
public long size()
public void clear()
public KeyPoint front()
public KeyPoint back()
public KeyPointVector put(@Cast(value="size_t") long i, KeyPoint value)
@ByVal public KeyPointVector.Iterator insert(@ByVal KeyPointVector.Iterator pos, @ByRef KeyPoint value)
@ByVal public KeyPointVector.Iterator erase(@ByVal KeyPointVector.Iterator pos)
@ByVal public KeyPointVector.Iterator begin()
@ByVal public KeyPointVector.Iterator end()
public KeyPoint[] get()
public KeyPoint pop_back()
public KeyPointVector push_back(KeyPoint value)
public KeyPointVector put(KeyPoint value)
public KeyPointVector put(KeyPoint... array)
Copyright © 2024. All rights reserved.