Skip to content

Snekaparthiban/Simple_Image_Display_with_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Image Display with OpenCV

This Python program demonstrates basic image processing using OpenCV a)Imports OpenCV b)Reads Image c)Shows Image d)Saves Image e)Waits for Keypress f)Closes Windows

How to Use: 1.Install OpenCV: Ensure you have OpenCV installed using "pip3 install --upgrade opencv-python" in your terminal. 2.Save the Script: Save the code as a Python file (e.g., display_image.py). 3.Place Image: Put the image named "rain.jpg" in the same directory as your Python script. 4.Run the Script: Execute the script.