@Namespace(value="cv::dnn")
public static class opencv_dnn.Dict
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Dict()
Default native constructor.
|
Dict(long size)
Native array allocator.
|
Dict(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.DictValue |
get(org.bytedeco.javacpp.BytePointer key)
If the \p key in the dictionary then returns its value, else an error will be generated.
|
opencv_dnn.DictValue |
get(String key) |
boolean |
has(org.bytedeco.javacpp.BytePointer key)
Checks a presence of the \p key in the dictionary.
|
boolean |
has(String key) |
opencv_dnn.Dict |
position(long position) |
opencv_dnn.DictValue |
ptr(org.bytedeco.javacpp.BytePointer key)
If the \p key in the dictionary then returns pointer to its value, else returns NULL.
|
opencv_dnn.DictValue |
ptr(String key) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Dict()
public Dict(long size)
Pointer.position(long).public Dict(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_dnn.Dict position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="bool") public boolean has(@opencv_core.Str org.bytedeco.javacpp.BytePointer key)
@Cast(value="bool") public boolean has(@opencv_core.Str String key)
public opencv_dnn.DictValue ptr(@opencv_core.Str org.bytedeco.javacpp.BytePointer key)
public opencv_dnn.DictValue ptr(@opencv_core.Str String key)
@Const @ByRef public opencv_dnn.DictValue get(@opencv_core.Str org.bytedeco.javacpp.BytePointer key)
@Const @ByRef public opencv_dnn.DictValue get(@opencv_core.Str String key)
Copyright © 2018. All rights reserved.