Packages the VIGRA Computer Vision Library as a Maven artifact using the NAR plugin. Please refer to the VIGRA home page for usage documentation and licensing conditions.
Currently the core part of the VIGRA library which does not require external dependencies has been packaged as vigra-core. The main omissions are the import/export ('impex') functionality for loading and storing images in various formats, random forests and the fast fourier transform algorithms, which will be added as needed in form of separate Maven modules.
To build and install the Maven artifact execute:
$ mvn clean install
Add vigra-core as a dependency in your projects:
<dependency>
<groupId>io.github.fsj</groupId>
<artifactId>vigra-core</artifactId>
<version>1.11.1+nar.1</version>
<type>nar</type>
</dependency>