Skip to content

An Intro for OpenCV Digital Image Proccessing Library with Python Language

License

Notifications You must be signed in to change notification settings

AsadiAhmad/OpenCV-Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OpenCV-Intro

An Intro for OpenCV Digital Image Proccessing Library with Python Language

Install OpenCV

pip install opencv-python

Import Libs

import cv2

Read Image

img = cv2.imread("Ahmad.jpg", cv2.IMREAD_COLOR)

Show Image

cv2.imshow(img)

Get Image Info

height, width, channels = img.shape

About

An Intro for OpenCV Digital Image Proccessing Library with Python Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published