Город МОСКОВСКИЙ
00:14:39

OpenCV Python Tutorial For Beginners 4 - Draw geometric shapes on images using Python OpenCV

Аватар
Питоновый старт для новичков
Просмотры:
21
Дата загрузки:
02.12.2023 08:44
Длительность:
00:14:39
Категория:
Лайфстайл

Описание

In this video on OpenCV Python Tutorial For Beginners, I am going to show How to Draw geometric shapes on images using Python OpenCV.
You will learn these functions : cv.line(), cv.circle() , cv.rectangle(), cv.ellipse(), cv.putText() etc.
cv2.line() : Used to draw line on an image.
cv2.rectangle() : Used to draw rectangle on an image.
cv2.circle() : Used to draw circle on an image.
cv2.putText() : Used to write text on image.

CODE : http://www.codebind.com/python/opencv-python-tutorial-beginners-draw-geometric-shapes-images-using-python-opencv/

Рекомендуемые видео