Lecture 2   Reading an image   OpenCV Python

Lecture 2 Reading an image OpenCV Python

Notes2Learn

6 лет назад

6,266 Просмотров

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


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

@sushmanaik2228
@sushmanaik2228 - 17.08.2020 21:17

thank you.what is alpha channel?

Ответить
@hailubelete632
@hailubelete632 - 15.05.2020 00:07

Thanks, this video solved my problem.

Ответить
@Najla_G
@Najla_G - 25.12.2019 12:19

I have this error MoudleNotFoundErrorr: no module named 'cv2'

Ответить
@shreyamara5518
@shreyamara5518 - 09.02.2019 23:14

Can we display the image on command terminal

Ответить
@nehakapoor679
@nehakapoor679 - 25.01.2019 13:10

Hi I am getting error AttributeError: module 'cv2' has no attribute 'imshow'
Below is the code:
import cv2

img = cv2.imread('Rose.jpg')

cv2.imshow('FirstImage',img)
cv2.waitKey(0)
cv2.destroyAllWindows()

Can you please help on this code. Running this on spyder

Ответить