This is home to a suite of scripts for image processing using python & imageJ(Fiji). The repo hosts tutorials for:
- image registration
- basic ImageJ utilities
- videography analysis with DeepLabCut
Follow the instructions below to configure a Python environment for the desired project.
- Install an Anaconda distribution for your operating system.
- Git clone the repo
- In the Anaconda terminal, cd to the example project
conda env create -f environment.yml
conda activate <env>
ipython kernel install --user --name <kernel>
- Open Jupyter Notebook, navigate to envs, upload the .ipynb file from the project and run it on the new kernel.
Follow the instructions below to set up Fiji image-processing software.
- Install the Fiji application for your operating system.
- To follow the tutorials, install any auxiliary plugins by navigating to
Help > Update... > Manage Update Sites
. Alternatively, navigate to the Fiji.app directory and copy/paste the .jar file into the plugins folder.