CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxCopyImageNode (vx_graph graph, vx_image input, vx_image output) |
[Graph] Creates a Copy Image Node. | |
vx_status | vxuCopyImage (vx_context context, vx_image src, vx_image dst) |
[Immediate] Copies the source image to the destination image. | |
#include <vx_lib_debug.h>
[Graph] Creates a Copy Image Node.
[in] | graph | The handle to the graph. |
[in] | input | The input image. |
[out] | output | The output image. |
vx_status vxuCopyImage | ( | vx_context | context, |
vx_image | src, | ||
vx_image | dst ) |
#include <vx_lib_debug.h>
[Immediate] Copies the source image to the destination image.
[in] | context | The handle to the context. |
[in] | src | The input image. |
[in] | dst | The output image. |