@Name(value="std::vector<cv::Mat>") public static class opencv_core.MatVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MatVector() |
MatVector(long n) |
MatVector(opencv_core.Mat... array) |
MatVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
get(long i) |
opencv_core.MatVector |
put(long i,
opencv_core.Mat value) |
opencv_core.MatVector |
put(opencv_core.Mat... array) |
opencv_core.MatVector |
put(opencv_core.MatVector x) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic MatVector(Pointer p)
Pointer.Pointer(Pointer).public MatVector(opencv_core.Mat... array)
public MatVector()
public MatVector(long n)
@Name(value="operator=") @ByRef public opencv_core.MatVector put(@ByRef opencv_core.MatVector x)
public long size()
@Index @ByRef public opencv_core.Mat get(@Cast(value="size_t") long i)
public opencv_core.MatVector put(@Cast(value="size_t") long i, opencv_core.Mat value)
public opencv_core.MatVector put(opencv_core.Mat... array)
Copyright © 2017. All rights reserved.