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

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.
 

Detailed Description

Function Documentation

◆ vxFReadImageNode()

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

#include <vx_lib_debug.h>

[Graph] Writes the source image to the file.

Parameters
[in]graphThe handle to the graph.
[in]nameThe name of the file.
[out]imageThe output image.
Note
Graph Mode Function.

◆ vxuFReadImage()

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.

Parameters
[in]contextThe handle to the context.
[in]nameThe name of the file.
[out]imageThe output image.
Note
Immediate Mode Function.