1 | initial version |
problem is related to the OPENEXR support in the imgcodecs module. (the libIlm lib on your box differs from what is expected) if you can live without HDF images, try to disable it:
cmake -DWITH_OPENEXR=OFF
2 | No.2 Revision |
problem is related to the OPENEXR support in the imgcodecs module. (the libIlm lib on your box differs from what is expected) if you can live without HDF HDR images, try to disable it:
cmake -DWITH_OPENEXR=OFF