@Name(value="std::vector<cv::Rect>") public static class opencv_core.RectVector extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RectVector() |
RectVector(long n) |
RectVector(opencv_core.Rect... array) |
RectVector(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Rect |
get(long i) |
opencv_core.RectVector |
put(long i,
opencv_core.Rect value) |
opencv_core.RectVector |
put(opencv_core.Rect... array) |
opencv_core.RectVector |
put(opencv_core.RectVector 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 RectVector(Pointer p)
Pointer.Pointer(Pointer).public RectVector(opencv_core.Rect... array)
public RectVector()
public RectVector(long n)
@Name(value="operator=") @ByRef public opencv_core.RectVector put(@ByRef opencv_core.RectVector x)
public long size()
@Index @ByRef public opencv_core.Rect get(@Cast(value="size_t") long i)
public opencv_core.RectVector put(@Cast(value="size_t") long i, opencv_core.Rect value)
public opencv_core.RectVector put(opencv_core.Rect... array)
Copyright © 2017. All rights reserved.