Skip to content

✨This is the small pyscript which showing how we can procss the immmage using opencv

Notifications You must be signed in to change notification settings

Amanchouhan192/Image_Processing_openCv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

😂Image_Processing_openCv

😃OpenCV (Open Source Computer Vision Library)

Image_Process_SourceCode

import cv2
import numpy as np
from matplotlib import pyplot as plt

img = cv2.imread('wallpaer.png',cv2.IMREAD_GRAYSCALE)
cv2.imshow('image',img)
cv2.waitKey(0)
cv2.destroyAllWindows()

Output_result

Original wallpaer

Capture

About

✨This is the small pyscript which showing how we can procss the immmage using opencv

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages