CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
#include <vx_lib_debug.h>
[Graph] Checks an image against a known value.
[in] | graph | The handle to the graph. |
[in] | input | The image to check. |
[in] | value | The known value to check the image against. |
[out] | errs | The handle to the number of errors found. |
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.
[in] | context | The handle to the context. |
[in] | input | The image to check. |
[in] | value | The known value to check the image against. |
[out] | numErrors | The handle to the number of errors found. |