Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenCV for Python 3.5.1

I have searched quite a bit regarding this and I've tried some of these methods myself but I'm unable to work with OpenCV.So can anyone of you help me install OpenCV for python 3.5.1?

I'm using anaconda along with Pycharm in windows

Or is this not possible and i have to use python 2.7?

Thanks in advance

like image 592
Dhruv Marwha Avatar asked Feb 17 '16 19:02

Dhruv Marwha


People also ask

Can I use OpenCV with Python 3?

The nice thing with OpenCV is that it comes with a complete Python 3 library. The latest GeeXlab 0.29. 17.0 for Windows 64-bit comes with Python 3.8. 2 and OpenCV 4.2.

Does Python 3.7 support OpenCV?

Supported Python versions Python 3. x compatible pre-built wheels are provided for the officially supported Python versions (not in EOL): 3.6. 3.7.

Is OpenCV and cv2 same?

CV2 is OpenCV. OpenCV and PIL both have image processing tools such as: Image filters (blur, sharpen, etc.)


1 Answers

Quick solution for anaconda users - Go to anaconda prompt run -

conda install opencv
like image 185
Vikash Kumar Avatar answered Oct 25 '22 17:10

Vikash Kumar