Python OpenCV - Open Image

preview_player
Показать описание
In this video, we use OpenCV to display an image. Using OpenCV, we can manipulate our image(s) to perform a variety of functions; we'll be looking at this in the future OpenCV videos.

Learn Ionic 3 From Scratch

You can also find me:

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

OpenCV was always my goal to go deep in ... and it's a fantastic thing to see you do videos about it, that made my day I hope I can learn more about it with you... keep doing videos about OpenCV please :D Great (y)

ADiLHaddaoui
Автор

I love opencv. Can we use opencv with ionic? or is ThreeJS the only option?

devorrahtester
Автор

>>> import cv2
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'

osmarfreitas