LoginSignup
5
2

More than 5 years have passed since last update.

AnacondaでOpenCVのバージョン確認する方法

Last updated at Posted at 2018-06-27

Anaconda Promptよりバージョンを確認したいとき

下記をまず入力する


python

pythonが起動したら

import cv2
print(cv2.__version__)
3.4.1

OpenCVのバージョンは3.4.1だった。

5
2
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2