This repository contains a collection of several ImageJ scripts that process and analyze tile scan microscope images.
To access our plugins directly from your Fiji/ImageJ download, follow our update site using our the URL https://sites.imagej.net/Paredes-GrillSpectorLabs/
.
This repository uses Maven for versioning and building jar files. To further develop our code
- Clone this repository using
git clone https://github.com/VPNL/FijiUpdateSite.git
. - Edit and add Fiji plugin scripts under
FijiPyPlugins/src/main/resources/scripts/Plugins
. You can use or further develop our Python helper functions and object classes underFijiUpdateSite/FijiPyLib/src/main/resources
. Additionally, we have some Matlab functions saved underMatScripts
that can be used or edited for image processing steps. - Edit
pom.xml
files to reflect your project information. - Run
mvn -Dscijava.app.directory=/path/to/your/ImageJ.app
to build jar files with your code and copy them directly into your ImageJ/Fiji installation.