Skip to content

This repository intends to cover all examples about image processing with python3

License

Notifications You must be signed in to change notification settings

M7mdSh3banX/Image-Processing-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing with Python

This repository contains several image processing projects implemented in Python using the OpenCV and NumPy libraries. The projects in this repository cover a wide range of image processing techniques such as filtering, thresholding, edge detection, and object detection.


Image Processing with Python


Requirements

  • Python 3.6 or higher
  • OpenCV 4.0 or higher
  • NumPy

Installation

  1. Clone the repository to your local machine using git clone https://github.com/M7mdSh3banX/Image-Processing-Python.git
  2. Install the required libraries using pip: pip install opencv-python numpy
  3. Navigate to the project you wish to run.
  4. Run the project using the command python filename.py.

Contributing

  • Contributions are always welcome! If you have any suggestions or improvements, please create a pull request or submit an issue.

License

  • This repository is licensed under the Apache-2.0 license. See the LICENSE file for more information.

About

This repository intends to cover all examples about image processing with python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages