CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: Copy Image

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.
 

Detailed Description

Function Documentation

◆ vxCopyImageNode()

vx_node vxCopyImageNode ( vx_graph graph,
vx_image input,
vx_image output )

#include <vx_lib_debug.h>

[Graph] Creates a Copy Image Node.

Parameters
[in]graphThe handle to the graph.
[in]inputThe input image.
[out]outputThe output image.
See also
VX_KERNEL_COPY_IMAGE
Note
Graph Mode Function.

◆ vxuCopyImage()

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.

Parameters
[in]contextThe handle to the context.
[in]srcThe input image.
[in]dstThe output image.
Note
Immediate Mode Function.