ijp-toolkit_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.ij-plugins</groupId> <artifactId>ijp-toolkit_3</artifactId> <version>2.3.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.ij-plugins</groupId> <artifactId>ijp-toolkit_3</artifactId> <packaging>jar</packaging> <description><html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html></description> <url>https://github.com/ij-plugins/ijp-toolkit</url> <version>2.3.1</version> <licenses> <license> <name>LGPL-2.1</name> <url>http://opensource.org/licenses/LGPL-2.1</url> <distribution>repo</distribution> </license> </licenses> <name>ijp-toolkit</name> <inceptionYear>2002</inceptionYear> <organization> <name>net.sf.ij-plugins</name> <url>https://github.com/ij-plugins/ijp-toolkit</url> </organization> <scm> <url>https://github.com/ij-plugins/ijp-toolkit</url> <connection>git@github.com:ij-plugins/ijp-toolkit.git</connection> </scm> <developers> <developer> <id>jpsacha</id> <name>Jarek Sacha</name> <url>https://github.com/jpsacha</url> <email>jpsacha@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.6.1</version> </dependency> <dependency> <groupId>com.jgoodies</groupId> <artifactId>jgoodies-binding</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>net.imagej</groupId> <artifactId>ij</artifactId> <version>1.53j</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.9</version> <scope>test</scope> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parallel-collections_3</artifactId> <version>1.0.3</version> </dependency> </dependencies> </project>