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?

New Topic/Question
Reply


MultiQuote

|