Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.21 KB

File metadata and controls

28 lines (22 loc) · 1.21 KB

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.