Tech Inspire
Tech Inspire
SYNTAX:
Object_name=Image.open(“file path”)
Object_name.show()
READING AND WRITING THE IMAGE
USING OPEN CV
-imread() function is used .
-Two parameters which specifies path and how to load
image.
-imshow() to write
-destroyAllWindows() to close.
SYNTAX:
cv2.imread(“path ”, “flag”)
cv2.imshow(“image”, “image_name”)
Operations performed:
Rotating
Resizing
Splitting
Merging
Smoothing edge
Finding edge
Bluring
color
Your
imagination
E WITH
ALIENS
Tilt the image to 30 degree
Resize to 1000:1000 ratio
Split and merge in format of b,r,g
Find edges
Blurring
thaNKYOU