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