CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: Edge Trace

Functions

vx_node vxEdgeTraceNode (vx_graph graph, vx_image norm, vx_threshold threshold, vx_image output)
 [Graph] Creates an Edge tracing Node.
 

Detailed Description

Function Documentation

◆ vxEdgeTraceNode()

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.

Parameters
[in]graphThe handle to the graph.
[in]normNorm image (VX_DF_IMAGE_U16).
[in]thresholdThreshold (VX_THRESHOLD_TYPE_RANGE).
[out]outputOutput binary image (VX_DF_IMAGE_U8).