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