Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.13 KB

Image Subtractor User Interface

Code style: black license: GPL-3.0

This application is code refactoring of imagesubtandmeasure.py created by Taizo Kawano.

Requirements

  • python >= 3.7.10
  • opencv-python-headless
  • pandas
  • numpy
  • PySide2

Installation and running

pip environment (Linux/MacOS)

  • Installation:
~$ python3 -m venv .venv

~$ source .venv/bin/activate

(.venv) ~$ pip install -U git+https://github.com/lycantrope/imagesubtractor
  • Running application:
~$ source .venv/bin/activate
(.venv) ~$ imagesubtractor

pip environment (Windows)

  • Installation:
> python3 -m venv .venv

> .\.venv\Scripts\activate.bat

(.venv)> pip install -U git+https://github.com/lycantrope/imagesubtractor
  • Running application:
> .\.venv\Scripts\activate.bat
(.venv)> imagesubtractor