0 Replies - 534 Views - Last Post: 15 May 2016 - 05:55 AM Rate Topic: -----

#1 viktor80   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 106
  • Joined: 25-April 16

open CV imoprt cv2 python 3.5

Posted 15 May 2016 - 05:55 AM

I want try open CV

I've download open CV 3.1.0 here http://opencv.org/

Is that possible use it with python 3.5

    imoptr cv2
    import numpy as np
    import matplotlib.pyplot as plt
    
    img = cv2.imread ('image.jpg',cv2.IMREAD_GRAYSCALE)


how to install it, because I can't imoprt cv2:

        import cv2
    ImportError: No module named 'cv2'


where I have to extract the archive, in site-packages or somewhere else?

Is This A Good Question/Topic? 0
  • +

Page 1 of 1