Skip to content

This is a simple image processing tool built with OpenCV in Python. It allows you to perform basic operations on images such as resizing, cropping, and applying filters.

Notifications You must be signed in to change notification settings

its-vam/Image-Processing-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Image Processing Tool with OpenCV

This is a simple image processing tool built with OpenCV in Python. It allows you to perform basic operations on images such as resizing, cropping, and applying filters.

Installation

To use this tool, make sure you have Python and OpenCV installed. You can install OpenCV using pip: pip install opencv-python.

Usage

Clone the repository or download the code. Run the script in your terminal: python image_processing_tool.py

Follow the on-screen instructions to load an image and choose an operation.

Features

  • Resize an image to specified dimensions.
  • Crop a region of interest from an image.
  • Apply basic filters like blur and sharpen.

About

This is a simple image processing tool built with OpenCV in Python. It allows you to perform basic operations on images such as resizing, cropping, and applying filters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages