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
On libopencv 3.1 they moved some functions from highgui to imagecodecs, so the build system should have -lopencv_imgcodecs and -lopencv_videoio added when linking the examples.
Unfortunately, I'm not verse enough in cmake to make that change myself.
The text was updated successfully, but these errors were encountered:
thank you for pointing this out. I am working on the new build scripts, so I can add this there. It will take me some time though, so if you need some quick patch, simply add imgcodecs videoio to this line: https://github.com/uricamic/clandmark/blob/master/examples/CMakeLists.txt#L3 in CMakeLists.txt configuration file for buidling the C++ examples.
It should work without problems, unless they changed the FindOpencv.cmake script dramatically.
On libopencv 3.1 they moved some functions from highgui to imagecodecs, so the build system should have -lopencv_imgcodecs and -lopencv_videoio added when linking the examples.
Unfortunately, I'm not verse enough in cmake to make that change myself.
The text was updated successfully, but these errors were encountered: