/image-processing-tool

Image processing tool with python

Primary LanguagePython

Image Processing Tool

this is a python library that provides functionalities to help you manipulate mainly pgm images

Usage

in order to start using this tool you need to

  • Prepare a virtual environment of you own using the following command
  • Install requirements with this command
  • A testing of the functionalities is provided with each script in this provided as a main function to run any of them use the following command

Next steps

  • fixing the dilatation functionality
  • adding other morphological operators
  • creating a gui interface that allow users to manipulate images through it in a customizable fashion