CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
VX_API_ENTRY vx_node VX_API_CALL | vxGaussianPyramidNode (vx_graph graph, vx_image input, vx_pyramid gaussian) |
[Graph] Creates a node for a Gaussian Image Pyramid. | |
VX_API_ENTRY vx_status VX_API_CALL | vxuGaussianPyramid (vx_context context, vx_image input, vx_pyramid gaussian) |
[Immediate] Computes a Gaussian pyramid from an input image. | |
VX_API_ENTRY vx_node VX_API_CALL vxGaussianPyramidNode | ( | vx_graph | graph, |
vx_image | input, | ||
vx_pyramid | gaussian ) |
#include <vx_nodes.h>
[Graph] Creates a node for a Gaussian Image Pyramid.
[in] | graph | The reference to the graph. |
[in] | input | The input image in VX_DF_IMAGE_U8 format. |
[out] | gaussian | The Gaussian pyramid with VX_DF_IMAGE_U8 to construct. |
vx_node
. vx_node | A node reference. Any possible errors preventing a successful creation should be checked using vxGetStatus |
VX_API_ENTRY vx_status VX_API_CALL vxuGaussianPyramid | ( | vx_context | context, |
vx_image | input, | ||
vx_pyramid | gaussian ) |
#include <vxu.h>
[Immediate] Computes a Gaussian pyramid from an input image.
[in] | context | The reference to the overall context. |
[in] | input | The input image in VX_DF_IMAGE_U8 |
[out] | gaussian | The Gaussian pyramid with VX_DF_IMAGE_U8 to construct. |
vx_status_e
enumeration. VX_SUCCESS | Success |
* | An error occurred. See vx_status_e . |