CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
VX_API_ENTRY vx_node VX_API_CALL | vxLaplacianReconstructNode (vx_graph graph, vx_pyramid laplacian, vx_image input, vx_image output) |
[Graph] Reconstructs an image from a Laplacian Image pyramid. | |
VX_API_ENTRY vx_status VX_API_CALL | vxuLaplacianReconstruct (vx_context context, vx_pyramid laplacian, vx_image input, vx_image output) |
[Immediate] Reconstructs an image from a Laplacian Image pyramid. | |
VX_API_ENTRY vx_node VX_API_CALL vxLaplacianReconstructNode | ( | vx_graph | graph, |
vx_pyramid | laplacian, | ||
vx_image | input, | ||
vx_image | output ) |
#include <vx_nodes.h>
[Graph] Reconstructs an image from a Laplacian Image pyramid.
[in] | graph | The reference to the graph. |
[in] | laplacian | The Laplacian pyramid with VX_DF_IMAGE_S16 format. |
[in] | input | The lowest resolution image in VX_DF_IMAGE_U8 or VX_DF_IMAGE_S16 format for the Laplacian pyramid. |
[out] | output | The output image in VX_DF_IMAGE_U8 or VX_DF_IMAGE_S16 format with the highest possible resolution reconstructed from the Laplacian pyramid. The output image format should be same as input image format. |
vx_node
. 0 | Node could not be created. |
* | Node handle. |
VX_API_ENTRY vx_status VX_API_CALL vxuLaplacianReconstruct | ( | vx_context | context, |
vx_pyramid | laplacian, | ||
vx_image | input, | ||
vx_image | output ) |
#include <vxu.h>
[Immediate] Reconstructs an image from a Laplacian Image pyramid.
[in] | context | The reference to the overall context. |
[in] | laplacian | The Laplacian pyramid with VX_DF_IMAGE_S16 format. |
[in] | input | The lowest resolution image in VX_DF_IMAGE_U8 or VX_DF_IMAGE_S16 format for the Laplacian pyramid. |
[out] | output | The output image in VX_DF_IMAGE_U8 or VX_DF_IMAGE_S16 format with the highest possible resolution reconstructed from the Laplacian pyramid. The output image format should be same as input image format. |
vx_status
enumeration. VX_SUCCESS | Success. |
* | An error occured. See vx_status_e |