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