OpenVX wrappers linkage fix

pull/7756/head
Vitaly Tuzov 8 years ago
parent c47267ef7f
commit 179a6e0cca
  1. 2
      3rdparty/openvx/include/ivx.hpp

@ -2151,7 +2151,7 @@ public:
namespace nodes {
/// Creates a Gaussian Filter 3x3 Node (vxGaussian3x3Node)
Node gaussian3x3(vx_graph graph, vx_image inImg, vx_image outImg)
inline Node gaussian3x3(vx_graph graph, vx_image inImg, vx_image outImg)
{ return Node(vxGaussian3x3Node(graph, inImg, outImg)); }
} // namespace nodes

Loading…
Cancel
Save