Skip to content

hayashi-laboratory/imagesubtractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An image subtractor GUI for C. elegans movement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%