├── .gitignore
├── src
└── main
│ ├── resources
│ └── plugins.config
│ └── java
│ ├── AFI_.java
│ └── PHANTAST_.java
├── LICENSE
├── pom.xml
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | *.class
2 |
3 | # Mobile Tools for Java (J2ME)
4 | .mtj.tmp/
5 | target/
6 | # Package Files #
7 | *.jar
8 | *.war
9 | *.ear
10 | *.settings
11 | *.target
12 | *.project
13 | *.classpath
14 |
15 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
16 | hs_err_pid*
17 |
--------------------------------------------------------------------------------
/src/main/resources/plugins.config:
--------------------------------------------------------------------------------
1 | # Name: Phase Contrast Segmentation Toolbox (PHANTAST)
2 | # Author:Nicolas Jaccard
3 | # Version: 0.1-SNAPSHOT
4 |
5 | # A single .jar file can contain multiple plugins, specified in separate lines.
6 | #
7 | # The format is: