public static class opencv_core.MatVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.MatVector() |
opencv_core.MatVector(long n) |
opencv_core.MatVector(opencv_core.Mat... array) |
opencv_core.MatVector(Pointer p) |
| 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) |
void |
resize(long n) |
long |
size() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_core.MatVector(Pointer p)
public opencv_core.MatVector(opencv_core.Mat... array)
public opencv_core.MatVector()
public opencv_core.MatVector(long n)
public long size()
public void resize(long n)
public opencv_core.Mat get(long i)
public opencv_core.MatVector put(long i, opencv_core.Mat value)
public opencv_core.MatVector put(opencv_core.Mat... array)
Copyright © 2014. All Rights Reserved.