Skip to content

TheLongRunSmoke/morphology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morphology

Apply some morphological transformations to image.

image

How to use?

Windows

  1. Download latest release binary.
  2. Pass images as positional params.
    morphology.exe image.jpg

Linux

  1. Clone or download repository.
  2. Make sure you have Python interpreter installed.
    python --version
  3. Install requirement. Better to do this in virtual environment.
    pip install -r requirements.txt
  4. Pass images as positional params.
    python morphology.py image.jpg