Install OpenCV-Python on Windows PC

preview_player
Показать описание
Effortlessly & Rapidly setup OpenCV-Python on a computer running Windows OS.

SUMMARY:
1. Prerequisites: Download and install Numpy and Scipy (python packages)
4. Extract the package to your root drive.
6. Verify the install by importing opencv library using, "import cv2".

That's all, your OpenCV-Python installation is done. Enjoy!

You are welcome to visit my technical blog:

Please Comment below for any suggestion or queries.
Рекомендации по теме
Комментарии
Автор

thank you so much.after watching hell lot of tutorials finally got opencv installed.

dabholkartwins
Автор

Showing this error
->pre raquo are installed
->numpy etc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: %1 is not a valid Win32 application.

allround
Автор

Thanks for the video but I got this error

ImportError: numpy.core.multiarray failed to import

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2
ImportError: numpy.core.multiarray failed to import

AbdullahJirjees
Автор

Thanks bro.... i followed all the step as you shown n video, You solved me many issues.tq

althafkhan
Автор

Hi! After this process, how can I use methods from Highgui module from OpenCV? Thank you for the video!

arantxaesparza
Автор

Thank you so much man.., I had been sitting with DLL error for more than 2 hrs...,

surendharselvakumar
Автор

Windows 10 python 2.7 gdal shapely geos installed but it asking me geos_c.dll what to do geos_c.dll not found .

sachinchakravarthys
Автор

Thanks for the video. I fixed the problem.

AlexC
Автор

ThankUou So Much bro..You solved my problem🙌🏻🥳

iam.superaman
Автор

I enable to integrate opencv with python.I am facing this error in Python shell "RuntimeError: module compiled against API version 0xa but this version of numpy is 0x7 Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import cv2 ImportError: numpy.core.multiarray failed to import".To resolve this error I try "python -m pip install --upgrade numpy".But this shows invalid syntax.How to resolve this?

hassaniftikhar
Автор

Still, I am getting the same error after copying the cv2.pyd file.

kedarkm
Автор

thank you for this video .. installed and imported ... finally

bhargaviparalikar
Автор

Sir i m not getting the python folder in c drive

aikanshivaish
Автор

It's not working for my computer. Is it a 2.7 version only cause my Python 3.4 is saying "ImportError: Module use of python27.dll conflicts with this version of Python."

joshuammaina
Автор

Python27 k setup m prob aa rhi h... Har bar rollback ho jati h processing due to generate error

happiness
Автор

Hey! It worked well, but could I also follow the same guide for python 3.5.2? I intend using tensorflow and tf only works with python 3.5.x. Any suggestions around this?

freaky
Автор

. what will I do,
i hav no lib folder inside python

gopikasnair
Автор

Traceback (most recent call last):
File "C:/Python27/d.py", line 5, in <module>
cv2.imshow('messi', img)
error: error: (-215) size.width>0 && size.height>0 in function cv::imshow

lhoorgo
Автор

>>> import cv2
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2
ImportError: DLL load failed: Kan opgegeven module niet vinden.

thomasvangalen
Автор

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2.pyd
ImportError: DLL load failed: %1 is not a valid Win32 application.
>>>


help?

ilhamfebrianto