/opencv-opencl

trying to link opencv and opencl here. help :(

Primary LanguagePython

Instrucions

build:

docker build . -t ocl_ocv

run:

docker run ocl_ocv

desired output: "YOU HAVE OPENCL" actual output: "NO OPENCL"

reason is unknown. opencv links with opencl just fine during conan create/export stage. but then application itself can't use opencl somehow.