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