rpi3-opencv
rpi3-opencv copied to clipboard
Please provide the source code?
Hi, I'm working with opencv on a Pi using VC4CL and I'd really like to build your version of opencv from source. Is there a reason this is a binary-only release?
If you could provide the source code, I'd really appreciate it.
If you could provide the source code, I'd really appreciate it.
Dude, you can get source code here: https://github.com/opencv/opencv/releases
Just build it with opencl option enabled.
I did not modify the source codes of OpenCV, but only did specify cmake option; https://github.com/thortex/rpi3-opencv/blob/master/setup/030_build_opencv.sh#L135
The build script fetches the source codes by using wget command; https://github.com/thortex/rpi3-opencv/blob/master/setup/030_build_opencv.sh