CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
#include <vx_lib_extras.h>
[Graph] Creates a Sobel MxN Node.
[in] | graph | The handle to the graph. |
[in] | input | The VX_DF_IMAGE_U8 input image. |
[in] | win | Window Size (3,5,7) |
[out] | gx | The VX_DF_IMAGE_S16 output gradient x image. |
[out] | gy | The VX_DF_IMAGE_S16 output gradient y image. |
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.
[in] | context | The handle to the context. |
[in] | input | The VX_DF_IMAGE_U8 input image. |
[in] | win | Window Size (3,5,7) |
[out] | gx | The VX_DF_IMAGE_S16 output gradient x image. |
[out] | gy | The VX_DF_IMAGE_S16 output gradient y image. |