OpenCV 3 Windows 10 Installation Tutorial - Part 2 - Python

OpenCV 3 Windows 10 Installation Tutorial - Part 2 - Python

Chris Dahms

8 лет назад

81,711 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Rama Krishna Chivukula
Rama Krishna Chivukula - 26.03.2020 06:42

Chris amazing work and once again an awesome video....Thank You,,, I have shared this YT link to one's interested and care for such excellence

Ответить
Waqas Yousaf
Waqas Yousaf - 10.12.2018 19:26

i have got error on import cv2.any solution ?

Ответить
Muhammad Jamee Ghouri
Muhammad Jamee Ghouri - 02.09.2018 17:34

A very Helpful video, Thanks

Ответить
priti kumari
priti kumari - 20.01.2018 22:16

while i am downloading python ,i guess pip should download automatically but this is not happening .also import cv2 is showing error .because of which i can not use pip to install cv2

Ответить
Arsalan
Arsalan - 01.11.2017 20:40

I can uninstall python 2 but not python 3

Ответить
Alcatraz
Alcatraz - 28.10.2017 02:49

I have an error when reading the image.jpg.

Ответить
Jack Wilkinson
Jack Wilkinson - 30.09.2017 22:06

God bless you sir!!

Ответить
Ankit Dongre
Ankit Dongre - 11.07.2017 07:14

I keep on getting error: Frame not read from webcam in your cannywebcam.py program.

Ответить
Rajashekar Reddy
Rajashekar Reddy - 08.06.2017 18:06

thank you

Ответить
đạt phạm
đạt phạm - 04.05.2017 12:17

can you share me your file archive tks

Ответить
Jay Pak
Jay Pak - 22.04.2017 21:18

When you install numpy 1.12.1, you will find '*.whl' files not '*.exe' files. so you should know how to install the '*.whl' file. the way is as follows.
1. open cmd console.
2. Move the directory to the location of the file. (command: cd)
3. Execute the following command in console.
python -m pip install numpy-1.12.1-cp27-none-win32.whl
('numpy-1.12.1-cp27-none-win32.whl' is file name.)
this is end of intallation of numpy.

Ответить
Iraqi information day
Iraqi information day - 19.04.2017 13:50

dose it work for win8.1 32 ??
and visual studio 2012

Ответить
bingcheng45
bingcheng45 - 02.03.2017 09:42

Great tutorial, very easy to understand and follow, Thanks for uploading! :D

Ответить
vinod pagadala
vinod pagadala - 26.02.2017 21:26

I am facing the following two errors while building the OpenCV solution from build folder
Error 1: LNK1104 cannot open file 'python35.lib' opencv_python3 C:\OpenCV\opencv\build\modules\python3\LINK
Error 2: MSB3073 The command "setlocal
"C:\Program Files (x86)\CMake3.3.2\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd

I followed every step as shown in the video, I am not sure what I am missing here; Kindly help me in regards to this.
Thanks in advance.

Ответить
Aerialdelphia Images
Aerialdelphia Images - 26.01.2017 22:51

followed step by step so far. getting railroaded at the run for cannystill.py with error message stating "no python interpreter configuration" please help

Ответить
Bedroom Pianist
Bedroom Pianist - 13.11.2016 04:23

Do these instructions work with Win8.1?

Ответить
Emmanuel Okwara
Emmanuel Okwara - 07.10.2016 18:41

What if you wanted to install the opencv_contrib modules? Cos I am having a really tough time having that installed. Great video by the way 👏

Ответить
Platypode
Platypode - 02.09.2016 22:39

When I start up python, I do "import cv2" and it gives me an error, even though I have opencv. Can anyone help me out with this /// Traceback (most recent call last):
File "C:/Python27/cv1.py", line 1, in <module>
import cv2
ImportError: No module named cv2

Ответить