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

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.
 

Detailed Description

Function Documentation

◆ vxFillImageNode()

vx_node vxFillImageNode ( vx_graph graph,
vx_uint32 value,
vx_image output )

#include <vx_lib_debug.h>

[Graph] Fills an image with a known value.

Parameters
[in]graphThe handle to the graph.
[in]valueThe known value to fill the image with.
[out]outputThe image to fill.
Note
Graph Mode Function

◆ vxuFillImage()

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.

Parameters
[in]contextThe handle to the context.
[in]valueThe known value to fill the image with.
[out]outputThe image to fill.
Note
Immediate Mode Function