rsnt_translations
56,430
edits
(Marked this version for translation) |
No edit summary |
||
Line 15: | Line 15: | ||
To discover which are the compatible Python versions, run | To discover which are the compatible Python versions, run | ||
{{Command|module spider opencv/4.5.5}} | {{Command|module spider opencv/4.5.5}} | ||
Or search directly | Or search directly <i>opencv_python</i>, by running | ||
{{Command|module spider opencv_python/4.5.5}} | {{Command|module spider opencv_python/4.5.5}} | ||
Line 32: | Line 32: | ||
Other Python packages depend on OpenCV bindings in order to be installed. | Other Python packages depend on OpenCV bindings in order to be installed. | ||
OpenCV provides four different packages: | OpenCV provides four different packages: | ||
* < | * <code>opencv_python</code> | ||
* < | * <code>opencv_contrib_python</code> | ||
* < | * <code>opencv_python_headless</code> | ||
* < | * <code>opencv_contrib_python_headless</code> | ||
<!--T:10--> | <!--T:10--> | ||
Line 48: | Line 48: | ||
<!--T:9--> | <!--T:9--> | ||
With the < | With the <code>opencv</code> module loaded, your package dependency for one of the OpenCV named will be satisfied. | ||
== Use with OpenEXR == <!--T:11--> | == Use with OpenEXR == <!--T:11--> |