CoreFlow 1.0.0
A modern orchestration and execution runtime
|
#include "VX/vx.h"
#include <VX/vx_compatibility.h>
#include <opencv2/highgui.hpp>
#include <opencv2/opencv.hpp>
#include <opencv2/videoio.hpp>
Macros | |
#define | SHARED_PUBLIC __attribute__ ((visibility ("default"))) |
#define | dimof(x) |
Functions | |
vx_node | vxCreateNodeByStructure (vx_graph graph, vx_enum kernelenum, vx_reference params[], vx_uint32 num) |
A method to construct a node via arbitrary parameters and an enum. | |
SHARED_PUBLIC vx_node VX_API_CALL | vxExtPopNode_bubblePop (vx_graph graph, vx_image input, vx_image output) |
[Graph] Creates a OpenCV blur function node. | |
SHARED_PUBLIC vx_node VX_API_CALL | vxExtPopNode_donutPop (vx_graph graph, vx_image input, vx_image output) |
[Graph] Creates a OpenCV blur function node. | |
#define dimof | ( | x | ) |
#define SHARED_PUBLIC __attribute__ ((visibility ("default"))) |
SHARED_PUBLIC vx_node VX_API_CALL vxExtPopNode_bubblePop | ( | vx_graph | graph, |
vx_image | input, | ||
vx_image | output ) |
[Graph] Creates a OpenCV blur function node.
VX POP - Bubble Pop VX_API_ENTRY C Function NODE
[in] | graph | The reference to the graph. |
[in] | input | The input image in VX_DF_IMAGE_U8 format. |
[out] | output | The output image is as same size and type of input. |
vx_node
. vx_node | A node reference. Any possible errors preventing a successful creation should be checked using vxGetStatus |
SHARED_PUBLIC vx_node VX_API_CALL vxExtPopNode_donutPop | ( | vx_graph | graph, |
vx_image | input, | ||
vx_image | output ) |
[Graph] Creates a OpenCV blur function node.
VX POP - Donut Pop VX_API_ENTRY C Function NODE
[in] | graph | The reference to the graph. |
[in] | input | The input image in VX_DF_IMAGE_U8 format. |
[out] | output | The output image is as same size and type of input. |
vx_node
. vx_node | A node reference. Any possible errors preventing a successful creation should be checked using vxGetStatus |