CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxXYZNode (vx_graph graph, vx_image input, vx_uint32 value, vx_image output, vx_array temp) |
[KERNEL ENUM] | |
vx_status | vxuXYZ (vx_context context, vx_image input, vx_uint32 value, vx_image output, vx_array temp) |
[node] | |
vx_status vxuXYZ | ( | vx_context | context, |
vx_image | input, | ||
vx_uint32 | value, | ||
vx_image | output, | ||
vx_array | temp ) |
#include <vx_lib_xyz.h>
[node]
[vxu]
[Immediate] This is an example of an immediate mode version of the XYZ node.
[in] | context | The overall context of the implementation. |
[in] | input | The input image. |
[in] | value | The input scalar value |
[out] | output | The output image. |
[in,out] | temp | A temp array for some data which is needed for every iteration. |
vx_node vxXYZNode | ( | vx_graph | graph, |
vx_image | input, | ||
vx_uint32 | value, | ||
vx_image | output, | ||
vx_array | temp ) |
#include <vx_lib_xyz.h>
[KERNEL ENUM]
[node]
[Graph] This is an example ISV or OEM provided node which executes in the Graph to call the XYZ kernel.
[in] | graph | The handle to the graph in which to instantiate the node. |
[in] | input | The input image. |
[in] | value | The input scalar value |
[out] | output | The output image. |
[in,out] | temp | A temp array for some data which is needed for every iteration. |