Skip to content
/ vigra-nar Public

VIGRA Computer Vision Library packages as Maven NAR artifact

License

Notifications You must be signed in to change notification settings

fsj/vigra-nar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIGRA Computer Vision Library

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.

Building

To build and install the Maven artifact execute:

$ mvn clean install

Usage

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>

About

VIGRA Computer Vision Library packages as Maven NAR artifact

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published