Guillaume Raffy
14d3535388
As a result, lipase code is no longer using ijopencv. ijopencv, based on javacpp provides poor compatibility with opencv's cpython bindings, not to mention it's much less convenient. Therefore, I'm not sure that I'll use ijopencv at all... |
||
---|---|---|
.gitignore | ||
Jenkinsfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
hello.cpp | ||
ijopencv-tester.py | ||
lipase.py | ||
test1.bash |
README.md
lipase
An image processing software suite for the project lipase (Véronique Vié, Institut de Physique de Rennes)
This software suite is developed as a python script for fiji (an image processing package based on imageJ).
What it does
As the development is at its early stages, it does not much at the moment:
- loads a sequence of images into fiji in the form of an hyperstack (5d images : width, height, depth, channels, time)
How to use
- make sure that fiji is installed on your computer. If not, get it from https://fiji.sc/
- launch fiji
- from fiji, click on File->new->script... The script window should appear.
- with the script window selected, choose the File->open... menu item.
- from the file browser that just appeared, locate and choose the file lipase.py from this repository, then click Open. You should see the script lipase.py appear in the script window
- The script is executed when you click on the script editor's run button.