Ask Your Question

LifeMatrix's profile - activity

2015-04-23 05:47:45 -0600 answered a question 2.4.8 Build fails Mac OSX, opencl_kernels.hpp file not found

Download a stable version 2.4 of opencv, and follow the steps in this blog. All is fine

For some notes:

I have encountered the same issue. There is no good solution existing in web. So, I try by my own.

This article give me key idea. The folder 'ocl' in modules is needed but missing. Maybe it is a bug in 3.0 beta, or there are some build tips needed but I can not find. Anyway, I download a stable version 2.4 of opencv. Then, CMake to conigure, generate, then make. It works.