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