public static class opencv_core.RectVectorVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.RectVectorVector() |
opencv_core.RectVectorVector(long n) |
opencv_core.RectVectorVector(opencv_core.Rect[]... array) |
opencv_core.RectVectorVector(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Rect |
get(long i,
long j) |
opencv_core.RectVectorVector |
put(long i,
long j,
opencv_core.Rect value) |
opencv_core.RectVectorVector |
put(opencv_core.Rect[]... array) |
void |
resize(long n) |
void |
resize(long i,
long n) |
long |
size() |
long |
size(long i) |
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.RectVectorVector(Pointer p)
public opencv_core.RectVectorVector(opencv_core.Rect[]... array)
public opencv_core.RectVectorVector()
public opencv_core.RectVectorVector(long n)
public long size()
public void resize(long n)
public long size(long i)
public void resize(long i,
long n)
public opencv_core.Rect get(long i, long j)
public opencv_core.RectVectorVector put(long i, long j, opencv_core.Rect value)
public opencv_core.RectVectorVector put(opencv_core.Rect[]... array)
Copyright © 2014. All Rights Reserved.