@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class BackendWrapper extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BackendWrapper(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
backendId()
Backend identifier.
|
BackendWrapper |
backendId(int setter) |
void |
copyToHost()
\brief Transfer data to CPU host memory.
|
void |
setHostDirty()
\brief Indicate that an actual data is on CPU.
|
int |
targetId()
Target identifier.
|
BackendWrapper |
targetId(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public BackendWrapper(Pointer p)
Pointer(Pointer)
.public void copyToHost()
public void setHostDirty()
public int backendId()
public BackendWrapper backendId(int setter)
public int targetId()
public BackendWrapper targetId(int setter)
Copyright © 2024. All rights reserved.