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

Functions

vx_node vxCheckImageNode (vx_graph graph, vx_image input, vx_uint32 value, vx_scalar errs)
 [Graph] Checks an image against a known value.
 
vx_status vxuCheckImage (vx_context context, vx_image input, vx_uint32 value, vx_uint32 *numErrors)
 [Immediate] Checks an image against a known value.
 

Detailed Description

Function Documentation

◆ vxCheckImageNode()

vx_node vxCheckImageNode ( vx_graph graph,
vx_image input,
vx_uint32 value,
vx_scalar errs )

#include <vx_lib_debug.h>

[Graph] Checks an image against a known value.

Parameters
[in]graphThe handle to the graph.
[in]inputThe image to check.
[in]valueThe known value to check the image against.
[out]errsThe handle to the number of errors found.
Note
Graph Mode Function

◆ vxuCheckImage()

vx_status vxuCheckImage ( vx_context context,
vx_image input,
vx_uint32 value,
vx_uint32 * numErrors )

#include <vx_lib_debug.h>

[Immediate] Checks an image against a known value.

Parameters
[in]contextThe handle to the context.
[in]inputThe image to check.
[in]valueThe known value to check the image against.
[out]numErrorsThe handle to the number of errors found.
Note
Immediate Mode Function