Ask Your Question

Revision history [back]

How to use cv::ocl::BilateralFilter in c++ code

Hi

I have built OpenCV 343 with OpenCL support, and i am trying to use cv::ocl::BilateralFilter(inp_mat,filtered,8,15,15);, but i see an error: ‘BilateralFilter’ is not a member of ‘cv::ocl’. I have included the following header #include <opencv2 core="" ocl.hpp="">

Please let me know what is missed out.

Thanks in Advance

With Regards Mahesh G R

click to hide/show revision 2
None

updated 2020-05-20 07:42:35 -0600

berak gravatar image

How to use cv::ocl::BilateralFilter in c++ code

Hi

I have built OpenCV 343 with OpenCL support, and i am trying to use cv::ocl::BilateralFilter(inp_mat,filtered,8,15,15);, but i see an error: ‘BilateralFilter’ is not a member of ‘cv::ocl’. I have included the following header

#include <opencv2 core="" ocl.hpp="">

<opencv2/core/ocl.hpp>

Please let me know what is missed out.

Thanks in Advance

With Regards Mahesh G R