@Namespace(value="cv::dnn")
@NoOffset
public static class opencv_dnn.BackendWrapper
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
BackendWrapper(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
backendId()
Backend identifier.
|
opencv_dnn.BackendWrapper |
backendId(int backendId) |
void |
copyToHost()
\brief Transfer data to CPU host memory.
|
void |
setHostDirty()
\brief Indicate that an actual data is on CPU.
|
int |
targetId()
Target identifier.
|
opencv_dnn.BackendWrapper |
targetId(int targetId) |
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 BackendWrapper(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void copyToHost()
public void setHostDirty()
public int backendId()
public opencv_dnn.BackendWrapper backendId(int backendId)
public int targetId()
public opencv_dnn.BackendWrapper targetId(int targetId)
Copyright © 2018. All rights reserved.