CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
vx_node | vxEdgeTraceNode (vx_graph graph, vx_image norm, vx_threshold threshold, vx_image output) |
[Graph] Creates an Edge tracing Node. | |
vx_node vxEdgeTraceNode | ( | vx_graph | graph, |
vx_image | norm, | ||
vx_threshold | threshold, | ||
vx_image | output ) |
#include <vx_lib_extras.h>
[Graph] Creates an Edge tracing Node.
[in] | graph | The handle to the graph. |
[in] | norm | Norm image (VX_DF_IMAGE_U16). |
[in] | threshold | Threshold (VX_THRESHOLD_TYPE_RANGE). |
[out] | output | Output binary image (VX_DF_IMAGE_U8). |