CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches

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]
 

Detailed Description

Function Documentation

◆ vxuXYZ()

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.

Parameters
[in]contextThe overall context of the implementation.
[in]inputThe input image.
[in]valueThe input scalar value
[out]outputThe output image.
[in,out]tempA temp array for some data which is needed for every iteration.

◆ vxXYZNode()

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.

Parameters
[in]graphThe handle to the graph in which to instantiate the node.
[in]inputThe input image.
[in]valueThe input scalar value
[out]outputThe output image.
[in,out]tempA temp array for some data which is needed for every iteration.