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

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.
 

Detailed Description

Function Documentation

◆ vxFWriteImageNode()

vx_node vxFWriteImageNode ( vx_graph graph,
vx_image image,
vx_char name[VX_MAX_FILE_NAME] )

#include <vx_lib_debug.h>

[Graph] Writes the source image to the file.

Parameters
[in]graphThe handle to the graph.
[in]imageThe input array.
[in]nameThe name of the file.
Note
Graph Mode Function.

◆ vxuFWriteImage()

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.

Parameters
[in]contextThe handle to the context.
[in]imageThe input array.
[in]nameThe name of the file.
Note
Immediate Mode Function.