Mac launch issue
I was installed opencv via brew and I was make DisplayImage demo
then i tried to run demo:
bin/DisplayImage 011.jpg
dyld: Library not loaded: /usr/local/opt/webp/lib/libwebp.6.dylib
Referenced from: /usr/local/opt/opencv3/lib/libopencv_imgcodecs.3.1.dylib
Reason: image not found
[1] 17647 trace trap bin/DisplayImage 011.jpg
I tried to install the webp
, but it ships without libwebp.6.dylib
OS X Capitan
Did you find a resolution to this problem? I am having the same issue!