cc_staff
311
edits
No edit summary |
m (Add OpenEXR codec activation) |
||
Line 49: | Line 49: | ||
<!--T:9--> | <!--T:9--> | ||
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>}} | |||
</translate> | </translate> |