|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
| vx_node | vxFillImageNode (vx_graph graph, vx_uint32 value, vx_image output) |
| [Graph] Fills an image with a known value. | |
| vx_status | vxuFillImage (vx_context context, vx_uint32 value, vx_image output) |
| [Immediate] Fills an image with a known value. | |
#include <vx_lib_debug.h>
[Graph] Fills an image with a known value.
| [in] | graph | The handle to the graph. |
| [in] | value | The known value to fill the image with. |
| [out] | output | The image to fill. |
| vx_status vxuFillImage | ( | vx_context | context, |
| vx_uint32 | value, | ||
| vx_image | output ) |
#include <vx_lib_debug.h>
[Immediate] Fills an image with a known value.
| [in] | context | The handle to the context. |
| [in] | value | The known value to fill the image with. |
| [out] | output | The image to fill. |