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