@@ -22,7 +22,7 @@ plugins are grouped into:
2222
2323* ** [ Segmentation] ** - image segmentation through clustering, thresholding, and region growing.
2424
25- See the the [ Wiki] for mode details on the plugins.
25+ See the [ Wiki] for mode details on the plugins.
2626
2727ImageJ Plugins Installation
2828---------------------------
@@ -40,20 +40,23 @@ Using as a Stand-alone Library
4040------------------------------
4141
4242There are some examples of using IJ-Plugins Toolkit as a stand-alone library in the [ examples] ( examples ) folder. You
43- will need to add dependency on:
43+ will need to add a dependency on:
4444
4545```
4646groupId : net.sf.ij-plugins
4747artifactId: ijp-toolkit
4848version : <current version>
4949```
50+
5051For instance, for [ SBT] it would be:
5152
5253```
5354"net.sf.ij-plugins" %% "ijp-toolkit" % "<current version>"
5455```
5556
56- Current published version is: [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-toolkit_2.13/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-toolkit_2.13 )
57+ The current published version is:
58+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.sf.ij-plugins/ijp-toolkit_3 )] ( https://central.sonatype.com/artifact/net.sf.ij-plugins/ijp-toolkit_3 )
59+
5760
5861
5962Running from source
@@ -69,21 +72,31 @@ It will build the code, setup plugins directory, and the start ImageJ. `ijRun` i
6972
7073
7174[ ImageJ ] : http://rsbweb.nih.gov/ij/
75+
7276[ ImageJ 2 ] : http://imagej.net
77+
7378[ Fiji ] : http://imagej.net/Fiji
79+
7480[ sbt-imagej ] : https://github.com/jpsacha/sbt-imagej
7581
7682[ SBT ] : http://www.scala-sbt.org/
7783
7884[ Wiki ] : https://github.com/ij-plugins/ijp-toolkit/wiki
7985
8086[ Release ] : https://github.com/ij-plugins/ijp-toolkit/releases
87+
8188[ Fiji Managed Installation ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Fiji-Managed-Installation
89+
8290[ Manual Installation ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Manual-Installation
8391
8492[ 3D IO ] : https://github.com/ij-plugins/ijp-toolkit/wiki/3D-IO
93+
8594[ 3D Toolkit ] : https://github.com/ij-plugins/ijp-toolkit/wiki/3D-Toolkit
95+
8696[ Color ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Color-and-Multiband-Processing
97+
8798[ Filters ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Filters
99+
88100[ Image Quilter ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Image-Quilter
101+
89102[ Segmentation ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Segmentation
0 commit comments