Problems in building opencv for development [closed]
Hi,
I am using the following command for building opencv_contrib from the source for development purposes.
export OPENCV_TEST_DATA_PATH=~/opencv_project/opencv_extra/testdata
cmake -DWITH_IPP=OFF -DBUILD_EXAMPLES=ON -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
I get the logs available at this gist.
As far as I am able to figure out, this is due to some missing 3rd party apps. I have installed protobuf
but still cmake
is unable to locate it. Moreover, I am unable to find any good guide on installing quirc
. I also want to know how to install ippicv
. There is not much content available on the web regarding this.
I am using Ubuntu 18.04 OS.
I would be grateful to the help provided.
Regards,
Gagandeep Singh
https://github.com/czgdp1807
Don't you clone opencv?
I have cloned opencv, opencv_contrib, opencv_extra. All three are in a single directory, opencv_project. I am building opencv_contrib along with opencv in a directory opencv_project/build-opencv.
your opencv fork is old(may) and opencv_contrib fork is the last one
and build
Thanks it worked.