ij-plugins / ijp-toolkit

ijp-toolkit general purpose plugins for ImageJ (also known as ij-plugins_toolkit)
GNU Lesser General Public License v2.1
16 stars 3 forks source link
ijp-toolkit image-analysis image-processing imagej sbt-imagej scala texture-synthesis

IJ-Plugins Toolkit

Scala CI Maven Central Scaladoc

logo IJ-Plugins Toolkit is a set of plugins for ImageJ. The plugins are grouped into:

See the the Wiki for mode details on the plugins.

ImageJ Plugins Installation

Automatic Installation Through Update Center

For ImageJ 2 or Fiji you can install IJ-Plugins Toolkit using the update center. See Fiji Managed Installation for more details.

Manual Installation

Plugins can be installed in ImageJ manually using binaries on the Release page. See Manual Installation for details.

Using as a Stand-alone Library

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:

groupId   : net.sf.ij-plugins
artifactId: ijp-toolkit
version   : <current version>

For instance, for SBT it would be:

"net.sf.ij-plugins" %% "ijp-toolkit" % "<current version>"

Current published version is: Maven Central

Running from source

You can build and run the plugins within ImageJ using SBT task ijRun

sbt ijRun

It will build the code, setup plugins directory, and the start ImageJ. ijRun is provided by SBT plugin sbt-imagej.