|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
| vx_node | vxCopyImageFromPtrNode (vx_graph graph, void *ptr, vx_image output) |
| [Graph] Copies a HOST memory area into an image. | |
| vx_status | vxuCopyImageFromPtr (vx_context context, void *ptr, vx_image output) |
| [Immediate] Copies a HOST memory area into an image. | |
#include <vx_lib_debug.h>
[Graph] Copies a HOST memory area into an image.
| [in] | graph | The handle to the graph. |
| [in] | ptr | The input pointer to the memory area to copy. |
| [out] | output | The output image. |
| vx_status vxuCopyImageFromPtr | ( | vx_context | context, |
| void * | ptr, | ||
| vx_image | output ) |
#include <vx_lib_debug.h>
[Immediate] Copies a HOST memory area into an image.
| [in] | context | The handle to the context. |
| [in] | ptr | The input pointer to the memory area to copy. |
| [out] | output | The output image. |