mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #7756 from terfendail:ovx_linkage
This commit is contained in:
commit
5b85adaab1
2
3rdparty/openvx/include/ivx.hpp
vendored
2
3rdparty/openvx/include/ivx.hpp
vendored
@ -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…
Reference in New Issue
Block a user