Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlegland/segmentation-helper

Helper functions for image segmentation with ImageJ
https://github.com/dlegland/segmentation-helper

Last synced: 6 days ago
JSON representation

Helper functions for image segmentation with ImageJ

Awesome Lists containing this project

README

        

# imagej-plugin-template
Simple project template for creating ImageJ Plugins.

The aim is to provide a quick way to start a plugin for ImageJ, using the "legacy" plugin style.

The project is based on maven. It uses sci-java as parent configuration. The parent configuration
is somewhat old (1.126), but I encountered configuration troubles with more recent ones.

The base configuration has few dependencies:

* ImageJ
* JUnit

## Installation

Simply clone the project into the directory of your choice.
Then you can edit the pom.xml with informations specific to the project.
In particular, the name of the project is used by the Eclipse IDE to index
the project.

A sample plugin file is provided in `src/main/java/net.ijt/DemoPlugin.java` file.
The plugin configuration file is in `src/main/resources/plugins.config`.