@Namespace(value="cv::dnn") public static class opencv_dnn.Dict extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Dict()
Default native constructor.
|
Dict(long size)
Native array allocator.
|
Dict(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.DictValue |
get(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(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(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, 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, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic Dict()
public Dict(long size)
Pointer.position(long).public Dict(Pointer p)
Pointer.Pointer(Pointer).public opencv_dnn.Dict position(long position)
@Cast(value="bool") public boolean has(@opencv_core.Str BytePointer key)
@Cast(value="bool") public boolean has(@opencv_core.Str String key)
public opencv_dnn.DictValue ptr(@opencv_core.Str BytePointer key)
public opencv_dnn.DictValue ptr(@opencv_core.Str String key)
@Const @ByRef public opencv_dnn.DictValue get(@opencv_core.Str BytePointer key)
@Const @ByRef public opencv_dnn.DictValue get(@opencv_core.Str String key)
Copyright © 2017. All rights reserved.