This is the repository for the source code of Kernel Extension, an extension for the bioimage analysis software Icy, which was developed by members or former members of the Biological Image Analysis unit at Institut Pasteur. This plugin is licensed under LGPL3 license.
Icy is developed and maintained by Biological Image Analysis unit at Institut Pasteur. The source code of Icy is also licensed under a LGPL3 license.
Contains basics stuff for Icy like 2D canvas, ROI drawing tools, ROI descriptors, LOCI file importer, etc.
Work In Progress
- JDK 17+
- Maven 3.6.3+
- Clone from git repository using
git clonecommand - Open your terminal and navigate to the folder containing the cloned repository
- Run
mvncommand - The extension was automatically installed in your local maven repository
~/.m2/repository/, and registered in your Icy workspace
Add this dependency block in your pom.xml
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>kernel-extension</artifactId>
</dependency>Please cite this extension as follows:
Please also cite the Icy software and mention the version of Icy you used (bottom right corner of the GUI or first lines of the Output tab):
de Chaumont, F. et al. (2012) Icy: an open bioimage informatics platform for extended reproducible research, Nature Methods, 9, pp. 690-696
https://icy.bioimageanalysis.org
- Stéphane Dallongeville
- Thomas Musset