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