Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dlegland/segmentation-helper
- Owner: dlegland
- Created: 2022-11-03T14:52:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T14:52:37.000Z (about 2 years ago)
- Last Synced: 2024-11-14T12:54:29.721Z (2 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.