@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 |
|---|
opencv_dnn.DictValue() |
opencv_dnn.DictValue(BytePointer p)
Constructs string scalar
|
opencv_dnn.DictValue(double p)
Constructs floating point scalar
|
opencv_dnn.DictValue(int p)
Constructs integer scalar
|
opencv_dnn.DictValue(long size)
Native array allocator.
|
opencv_dnn.DictValue(opencv_dnn.DictValue r) |
opencv_dnn.DictValue(Pointer p)
Pointer cast constructor.
|
opencv_dnn.DictValue(String p) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInt() |
boolean |
isReal() |
boolean |
isString() |
opencv_dnn.DictValue |
position(long position) |
opencv_dnn.DictValue |
put(opencv_dnn.DictValue r) |
int |
size() |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_dnn.DictValue(Pointer p)
Pointer.Pointer(Pointer).public opencv_dnn.DictValue(long size)
Pointer.position(long).public opencv_dnn.DictValue(@Const@ByRef opencv_dnn.DictValue r)
public opencv_dnn.DictValue(int p)
public opencv_dnn.DictValue()
public opencv_dnn.DictValue(double p)
public opencv_dnn.DictValue(@opencv_core.Str BytePointer p)
public opencv_dnn.DictValue(@opencv_core.Str String p)
public opencv_dnn.DictValue position(long position)
public int size()
@ByRef @Name(value="operator =") public opencv_dnn.DictValue put(@Const@ByRef opencv_dnn.DictValue r)
Copyright © 2016. All rights reserved.