CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxPlusOneNode (vx_graph graph, vx_image image) |
[Graph] Adds 1 to each uint8 pixel. This will clamp at 255. | |
vx_node | vxuPlusOneNode (vx_context context, vx_image image) |
[Immediate] Adds 1 to each uint8 pixel. This will clamp at 255. | |
#include <vx_lib_debug.h>
[Graph] Adds 1 to each uint8 pixel. This will clamp at 255.
[in] | graph | The handle to the graph. |
[in,out] | image | The image to increment. |
vx_node vxuPlusOneNode | ( | vx_context | context, |
vx_image | image ) |
#include <vx_lib_debug.h>
[Immediate] Adds 1 to each uint8 pixel. This will clamp at 255.
[in] | context | The handle to the context. |
[in,out] | image | The image to increment. |