OpenCV Programming with Python on Linux Ubuntu Tutorial-2 Display an Image

preview_player
Показать описание
Tutorial on how to display an image using OpenCV on 64bit Linux Ubuntu 13.04 .

OpenCV was designed for computational efficiency and with a strong focus on real-time applications. Written in optimized C/C++, the library can take advantage of multi-core processing. Adopted all around the world, OpenCV has more than 47 thousand people in their user community and estimated number of downloads exceeding 6 million. Usage ranges from interactive art, to mines inspection, stitching maps on the web or through advanced robotics.

helpful links:

Source Code :
Рекомендации по теме
Комментарии
Автор

I'm just starting with your tutorials and they seems to be incredible! thanks from Mexico :D

Автор

loving the videos you rock man keep it up!!!

nicasioschaar
Автор

beginner problem happened to me, it is that try to run the program line by line in the interpreter, and the variable image was None type, I now you already know that, but I write just in case (opencv 3.0 and python 2.7 in ubuntu 14.04)

doctorsensual
Автор

Do you have higher quality videos? I can hear what you say but I can not see what you do. The text is blurred.

PhungAlien
Автор

Hi,
Is this in Python3.4 or 2.7?
if its 2.7, will it work the same on 3.5?
I'm new to python
Thanks

mahmoudtokura
Автор

Hello, the problem in my case is:
init done
opengl support available
Traceback (most recent call last):
  File "1.py", line 8, in <module>
    h, w = image.shape[:2]
AttributeError: 'NoneType' object has no attribute 'shape'

eleazarherrera
Автор

hi,
after executing " python 1.py"
I keep getting an error

     Traceback (most recent call last):
   File "1.py", line 5, in <module>
    from pylab import *
ImportError: No module named pylab

any ideas?

manne
Автор

File"opencvtest.py", import cv2 ImportError:No module named cv2
Why?

yumagic