@Namespace(value="cv::dnn")
@NoOffset
public static class opencv_dnn.DictValue
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DictValue() |
DictValue(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
DictValue(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
int |
getIntValue(int idx) |
double |
getRealValue() |
double |
getRealValue(int idx) |
org.bytedeco.javacpp.BytePointer |
getStringValue() |
org.bytedeco.javacpp.BytePointer |
getStringValue(int idx) |
boolean |
isInt() |
boolean |
isReal() |
boolean |
isString() |
opencv_dnn.DictValue |
put(opencv_dnn.DictValue r) |
int |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DictValue(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public DictValue(@Const @ByRef
opencv_dnn.DictValue r)
public DictValue(@Cast(value="int64")
long i)
public DictValue()
public DictValue(int i)
public DictValue(double p)
public DictValue(@opencv_core.Str org.bytedeco.javacpp.BytePointer s)
public DictValue(@opencv_core.Str String s)
public int size()
@Cast(value="bool") public boolean isInt()
@Cast(value="bool") public boolean isString()
@Cast(value="bool") public boolean isReal()
public int getIntValue(int idx)
public int getIntValue()
public double getRealValue(int idx)
public double getRealValue()
@opencv_core.Str public org.bytedeco.javacpp.BytePointer getStringValue(int idx)
@opencv_core.Str public org.bytedeco.javacpp.BytePointer getStringValue()
@ByRef @Name(value="operator =") public opencv_dnn.DictValue put(@Const @ByRef opencv_dnn.DictValue r)
Copyright © 2018. All rights reserved.