Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 677 Bytes

File metadata and controls

14 lines (9 loc) · 677 Bytes

Simple-Image-Resizing-and-Display-with-OpenCV-

This Python program demonstrates basic image resizing and display functionalities using OpenCV and the imutils library. How to Use:

1.Install Requirements: Ensure you have OpenCV and imutils installed using "pip install opencv-python imutils" in your terminal. 2.Save the Script: Save the code as a Python file (e.g., resize_and_display.py). 3.Place Image: Put the image named "dor.png" in the same directory as your Python script. 4.Run the Script: Execute the script.

Output:

image