cpvrlab/ImagePlay

Build ImagePlay

zaher88abd opened this issue · 0 comments

Hi,
I am trying to build ImagePlay on Ubuntu 16.04 and it has OpenCV 3.4
In any way, I am getting this error when I do make command

/usr/bin/ld: cannot find -lopencv_optflow /usr/bin/ld: cannot find -lopencv_xfeatures2d /usr/bin/ld: cannot find -lopencv_xphoto collect2: error: ld returned 1 exit status Makefile:373: recipe for target '../_bin/Release/linux/imageplay' failed make[1]: *** [../_bin/Release/linux/imageplay] Error 1 make[1]: Leaving directory '/home/zaher/ImagePlay/ImagePlay' Makefile:86: recipe for target 'sub-ImagePlay-make_first-ordered' failed make: *** [sub-ImagePlay-make_first-ordered] Error 2
any one know the solution.