CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: Elementwise Norm

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.
 

Detailed Description

Function Documentation

◆ vxElementwiseNormNode()

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.

Parameters
[in]graphThe handle to the graph.
[in]input_xLeft image (VX_DF_IMAGE_S16).
[in]input_yRight image (VX_DF_IMAGE_S16).
[in]norm_typeNorm type (vx_norm_type_e).
[in]outputOutput image (VX_DF_IMAGE_U16).