@Namespace(value="cv::dnn") @NoOffset public static class opencv_dnn.DictValue extends Pointer
/** \brief This struct stores the scalar value (or array) of one of the following type: double, cv::String or int64. \todo Maybe int64 is useless because double type exactly stores at least 2^52 integers.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DictValue() |
DictValue(BytePointer s)
Constructs string scalar
|
DictValue(double p)
Constructs floating point scalar
|
DictValue(int i)
Constructs integer scalar
|
DictValue(long i)
Constructs integer scalar
|
DictValue(opencv_dnn.DictValue r) |
DictValue(Pointer p)
Pointer cast constructor.
|
DictValue(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInt() |
boolean |
isReal() |
boolean |
isString() |
opencv_dnn.DictValue |
put(opencv_dnn.DictValue r) |
int |
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 DictValue(Pointer p)
Pointer.Pointer(Pointer).public DictValue(@Const @ByRef opencv_dnn.DictValue r)
public DictValue()
public DictValue(int i)
public DictValue(double p)
public DictValue(@opencv_core.Str BytePointer s)
public DictValue(@opencv_core.Str String s)
Copyright © 2017. All rights reserved.