LoginSignup
28
30

More than 5 years have passed since last update.

pythonでopencvのバージョンを確認する方法

Last updated at Posted at 2016-01-30

pythonからopencvのバージョンを確認する方法
しょっちゅう忘れてしまうのでメモっておく

version.py
import cv2 
cv2.__version__

結果

'2.4.12'
28
30
0

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
28
30