38,897
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 43: | Line 43: | ||
With the <tt>opencv</tt> module loaded, your package dependency for one of the OpenCV named will be satisfied. | With the <tt>opencv</tt> module loaded, your package dependency for one of the OpenCV named will be satisfied. | ||
== Use with OpenEXR == | |||
In order to read EXR files with OpenCV, the module must be activated through an environment variable. | |||
{{Command|OPENCV_IO_ENABLE_OPENEXR{{=}}1 python <file>}} |