CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxFWriteImageNode (vx_graph graph, vx_image image, vx_char name[VX_MAX_FILE_NAME]) |
[Graph] Writes the source image to the file. | |
vx_status | vxuFWriteImage (vx_context context, vx_image image, vx_char name[VX_MAX_FILE_NAME]) |
[Immediate] Writes the source image to the file. | |
#include <vx_lib_debug.h>
[Graph] Writes the source image to the file.
[in] | graph | The handle to the graph. |
[in] | image | The input array. |
[in] | name | The name of the file. |
vx_status vxuFWriteImage | ( | vx_context | context, |
vx_image | image, | ||
vx_char | name[VX_MAX_FILE_NAME] ) |
#include <vx_lib_debug.h>
[Immediate] Writes the source image to the file.
[in] | context | The handle to the context. |
[in] | image | The input array. |
[in] | name | The name of the file. |