CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: Sobel MxN

Functions

vx_node vxSobelMxNNode (vx_graph graph, vx_image input, vx_scalar win, vx_image gx, vx_image gy)
 [Graph] Creates a Sobel MxN Node.
 
vx_status vxuSobelMxN (vx_context context, vx_image input, vx_scalar win, vx_image gx, vx_image gy)
 [Immediate] Computes a Sobel filter on an MxN window.
 

Detailed Description

Function Documentation

◆ vxSobelMxNNode()

vx_node vxSobelMxNNode ( vx_graph graph,
vx_image input,
vx_scalar win,
vx_image gx,
vx_image gy )

#include <vx_lib_extras.h>

[Graph] Creates a Sobel MxN Node.

Parameters
[in]graphThe handle to the graph.
[in]inputThe VX_DF_IMAGE_U8 input image.
[in]winWindow Size (3,5,7)
[out]gxThe VX_DF_IMAGE_S16 output gradient x image.
[out]gyThe VX_DF_IMAGE_S16 output gradient y image.

◆ vxuSobelMxN()

vx_status vxuSobelMxN ( vx_context context,
vx_image input,
vx_scalar win,
vx_image gx,
vx_image gy )

#include <vx_lib_extras.h>

[Immediate] Computes a Sobel filter on an MxN window.

Parameters
[in]contextThe handle to the context.
[in]inputThe VX_DF_IMAGE_U8 input image.
[in]winWindow Size (3,5,7)
[out]gxThe VX_DF_IMAGE_S16 output gradient x image.
[out]gyThe VX_DF_IMAGE_S16 output gradient y image.