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

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.
 

Detailed Description

Function Documentation

◆ vxPlusOneNode()

vx_node vxPlusOneNode ( vx_graph graph,
vx_image image )

#include <vx_lib_debug.h>

[Graph] Adds 1 to each uint8 pixel. This will clamp at 255.

Parameters
[in]graphThe handle to the graph.
[in,out]imageThe image to increment.
Note
Graph Mode Function

◆ vxuPlusOneNode()

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.

Parameters
[in]contextThe handle to the context.
[in,out]imageThe image to increment.
Note
Immediate Mode Function