Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/VX/vx_khr_bidirectional_parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ enum vx_bidirectional_enum_e
};

#ifdef OPENVX_KHR_BIDIRECTIONAL_OPTIONAL_KERNELS

#ifndef VX_VERSION_1_1
/*! \brief [Graph] Creates an accumulate node.
* \param [in] graph The reference to the graph.
* \param [in] input The input <tt>\ref VX_DF_IMAGE_U8</tt> image.
Expand All @@ -52,6 +54,7 @@ enum vx_bidirectional_enum_e
* \retval vx_node A node reference. Any possible errors preventing a successful creation should be checked using <tt>\ref vxGetStatus</tt>
*/
VX_API_ENTRY vx_node VX_API_CALL vxAccumulateImageNode(vx_graph graph, vx_image input, vx_image accum);
#endif

/*! \brief [Graph] Creates a weighted accumulate node.
* \param [in] graph The reference to the graph.
Expand Down
1 change: 1 addition & 0 deletions include/VX/vx_khr_swap_move.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <VX/vx.h>

/* NOTE: The bidirectional parameters extension is required for the swap_move extension */
#define OPENVX_KHR_SWAP_MOVE "vx_khr_swap_move"

#ifdef __cplusplus
extern "C" {
Expand Down