@@ -2,35 +2,35 @@ IJ-Plugins Toolkit
22==================
33
44[ ![ Build Status] ( https://travis-ci.org/ij-plugins/ijp-toolkit.svg?branch=develop )] ( https://travis-ci.org/ij-plugins/ijp-toolkit )
5- [ ![ 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 )
6- [ ![ Scaladoc] ( http://javadoc-badge.appspot.com/net.sf.ij-plugins/ijp-toolkit_2.13.svg?label=scaladoc )] ( http://javadoc-badge.appspot.com/net.sf.ij-plugins/ijp-toolkit_2.13 )
5+ [ ![ 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 )
6+ [ ![ Scaladoc] ( http://javadoc-badge.appspot.com/net.sf.ij-plugins/ijp-toolkit_2.13.svg?label=scaladoc )] ( http://javadoc-badge.appspot.com/net.sf.ij-plugins/ijp-toolkit_2.13 )
77
8-
9-
10- ![ logo] ( src/main/resources/net/sf/ij_plugins/IJP-48.png ) ** IJ-Plugins Toolkit** is a set of plugins for [ ImageJ] . The plugins are grouped into:
8+ ![ logo] ( src/main/resources/ij_plugins/toolkit/IJP-48.png ) ** IJ-Plugins Toolkit** is a set of plugins for [ ImageJ] . The
9+ plugins are grouped into:
1110
1211* ** [ 3D IO] ** - import and export of data in 3D formats.
1312
1413* ** [ 3D Toolkit] ** - operations on stacks interpreted as 3D images, including
1514 morphological operations.
1615
17- * ** [ Color] ** - color space conversion, color edge detection (color and
18- multi-band images).
16+ * ** [ Color] ** - color space conversion, color edge detection (color and multi-band images).
1917
2018* ** [ Filters] ** - fast median filters, coherence enhancing diffusion, and various anisotropic diffusion filters.
2119
22- * ** Graphics** > ** [ Image Quilter] ** - A plugin to perform texture synthesis
23- using the image quilting algorithm of Efros and Freeman.
20+ * ** Graphics** > ** [ Image Quilter] ** - A plugin to perform texture synthesis using the image quilting algorithm of Efros
21+ and Freeman.
22+
23+ * ** [ Segmentation] ** - image segmentation through clustering, thresholding, and region growing.
2424
25- * ** [ Segmentation] ** - image segmentation through clustering, thresholding, and
26- region growing.
25+ See the the [ Wiki] for mode details on the plugins.
2726
2827ImageJ Plugins Installation
2928---------------------------
3029
3130### Automatic Installation Through Update Center
3231
33- For [ ImageJ 2] or [ Fiji] you can install IJ-Plugins Toolkit using the update center. See [ Fiji Managed Installation] for more details.
32+ For [ ImageJ 2] or [ Fiji] you can install IJ-Plugins Toolkit using the update center. See [ Fiji Managed Installation] for
33+ more details.
3434
3535### Manual Installation
3636
@@ -39,7 +39,8 @@ Plugins can be installed in ImageJ manually using binaries on the [Release] page
3939Using as a Stand-alone Library
4040------------------------------
4141
42- There are some examples of using IJ-Plugins Toolkit as a stand-alone library in the [ examples] folder. You will need to add dependency on:
42+ There 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:
4344
4445```
4546groupId : net.sf.ij-plugins
@@ -71,8 +72,11 @@ It will build the code, setup plugins directory, and the start ImageJ. `ijRun` i
7172[ ImageJ 2 ] : http://imagej.net
7273[ Fiji ] : http://imagej.net/Fiji
7374[ sbt-imagej ] : https://github.com/jpsacha/sbt-imagej
75+
7476[ SBT ] : http://www.scala-sbt.org/
7577
78+ [ Wiki ] : https://github.com/ij-plugins/ijp-toolkit/wiki
79+
7680[ Release ] : https://github.com/ij-plugins/ijp-toolkit/releases
7781[ Fiji Managed Installation ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Fiji-Managed-Installation
7882[ Manual Installation ] : https://github.com/ij-plugins/ijp-toolkit/wiki/Manual-Installation
0 commit comments