colorfilters
Image thresholding in multiple colorspaces.
File Explorer
Download Latest Version (.zip)- __init__.py
- __main__.py
- .gitignore
- LICENSE
- readme-example.png
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/alkasm/colorfilters
Downloads the entire project code from GitHub to your computer.
cd colorfilters
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ python3 -m venv venv
Runs the Python script (or module).
(venv) $ pip install git+https://github.com/alkasm/colorfilters
Installs the Python libraries listed in requirements.txt (or similar).
(venv) $ python3 -m colorfilters path/to/image.png hsv
Runs the Python script (or module).
(venv) $ python3 -m colorfilters --help
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
