How to install opencv with conda

小老鼠
Release: 2023-12-04 17:10:47
Original
2074 people have browsed it

Conda installation opencv method: 1. You can use the "conda install -c conda-forge opencv" command to install the latest version of OpenCV in the Conda environment.

How to install opencv with conda

The operating system for this tutorial: Windows 10 system, Python version 3.11.4, Dell G3 computer.

You can install OpenCV in your Conda environment using the following command:

conda install -c conda-forge opencv
Copy after login

This will install the latest version of OpenCV in your Conda environment. The -c conda-forge part specifies the use of the Conda Forge channel to obtain the OpenCV package.

After the installation is complete, you can use OpenCV in your Conda environment.

The above is the detailed content of How to install opencv with conda. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template