Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SciJava Ops Legacy: An interface between SciJava Ops and ImageJ/ImageJ2

This library provides a bridge between SciJava Ops and ImageJ/ImageJ2. For Maven projects, this library can be used by adding to your pom.xml:

<dependency>
	<groupId>org.scijava</groupId>
	<artifactId>scijava-ops-legacy</artifactId>
	<version>0-SNAPSHOT</version>
</dependency>