CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxElementwiseNormNode (vx_graph graph, vx_image input_x, vx_image input_y, vx_scalar norm_type, vx_image output) |
[Graph] Creates an Elementwise binary norm Node. | |
vx_node vxElementwiseNormNode | ( | vx_graph | graph, |
vx_image | input_x, | ||
vx_image | input_y, | ||
vx_scalar | norm_type, | ||
vx_image | output ) |
#include <vx_lib_extras.h>
[Graph] Creates an Elementwise binary norm Node.
[in] | graph | The handle to the graph. |
[in] | input_x | Left image (VX_DF_IMAGE_S16). |
[in] | input_y | Right image (VX_DF_IMAGE_S16). |
[in] | norm_type | Norm type (vx_norm_type_e). |
[in] | output | Output image (VX_DF_IMAGE_U16). |