You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several of the libraries that image play needs are in the 'contrib' part of OpenCV now. They changed the way that OpenCV works because of licensing and patents (SIFT, SURF, etc.); they moved all the potentially legal stuff to the contrib, so they can't be sued.
The way that I solved this was to build opencv locally and including the contrib libraries. The way to do this is to download an opencv version (I did 3.4.10) from the release ( ) and then download the corresponding opencv_contrib version (https://github.com/opencv/opencv_contrib/releases). Then, build it locally in the opencv directory:
Hi,
I've problems on compiling ImagePlay on Linux Mint 18.3.
I've installed opencv according to this repository: https://github.com/jayrambhia/Install-OpenCV
(opencv_latest.sh).
It finished with success:
OpenCV 3.4.1 ready to be used
Further more, I've tried to apply the patch for the Makefiles, described here: #100 (comment)
The library builds fine, but ImagePlay doesn't.
The final message is
Where can I get the missing libs from, and how can I install them?
Greets, Karl
The text was updated successfully, but these errors were encountered: