CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

Depending on CLIJ

If you want to access CLIJ from your Java code, it is recommended to depend on CLIJ via Maven dependencies. Add this dependency to the pom.xml file of your project:

<dependency>
  <groupId>net.haesleinhuepf</groupId>
  <artifactId>clij2_</artifactId>
  <version>2.5.0.1</version>
</dependency>

Back to CLIJ documentation

Imprint