Ask Your Question

scottopencv's profile - activity

2016-12-11 00:04:05 -0600 asked a question Can't compile OpenCV 3 on Mac Missing libXext.6.dylib

Mac OS 10.12.1 with latest head of OpenCV.

Having a problem with a stray library. Any suggestions on how to fix?

dyld: Library not loaded: @executable_path/lib/libXext.6.dylib Referenced from: /usr/local/opt/sdl/lib/libSDL-1.2.0.dylib Reason: no suitable image found. Did find: /usr/local/lib/libXext.6.dylib: open() failed with errno=13

2016-12-10 17:59:59 -0600 received badge  Enthusiast
2016-11-28 03:13:06 -0600 asked a question Does OpenCV 3 support reading/writing EXR with alphas?

Using OpenCV 3 and Python 2.7. Reading in EXR files with alpha I only get 3 channels listed. print(orig.shape)