Merge pull request #7756 from terfendail:ovx_linkage

This commit is contained in:
Alexander Alekhin 2016-11-30 10:16:12 +00:00
commit 5b85adaab1

View File

@ -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