Commit 5b85adaa authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7756 from terfendail:ovx_linkage

parents 45e18eed 179a6e0c
...@@ -2151,7 +2151,7 @@ public: ...@@ -2151,7 +2151,7 @@ public:
namespace nodes { namespace nodes {
/// Creates a Gaussian Filter 3x3 Node (vxGaussian3x3Node) /// 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)); } { return Node(vxGaussian3x3Node(graph, inImg, outImg)); }
} // namespace nodes } // namespace nodes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment