1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #7756 from terfendail:ovx_linkage

This commit is contained in:
Alexander Alekhin
2016-11-30 10:16:12 +00:00
+1 -1
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