VIGRA

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
VIGRA
Developer(s) Ullrich Köthe and others (Heidelberg Collaboratory for Image Processing (HCI) University of Heidelberg)
Stable release 1.11.0 / March 17, 2016 (2016-03-17)
Operating system Any (C++ Standard Template Library)
Type Computer vision
License MIT X11
Website http://hci.iwr.uni-heidelberg.de/vigra/

VIGRA[1][2][3] is the abbreviation for "Vision with Generic Algorithms". It is a free open source computer vision library which focuses on customizable algorithms and data structures. VIGRA component can be easily adapted to specific needs of target application without compromising execution speed, by using template techniques similar to those in the C++ Standard Template Library.

Features

Images and Multi-dimensional Arrays, Image Processing, Filters, Segmentation, Image Analysis, 3-dimensional Image Processing and Analysis, Machine Learning, Mathematical Tools, and Inter-language support.

VIGRA runs on the three major operating systems (Microsoft Windows, Mac OS X, and Linux). Since version 1.7.1, VIGRA provides Python bindings based on numpy framework.

History

VIGRA was originally designed and implemented by scientists at Heidelberg Collaboratory for Image Processing (HCI) University of Heidelberg. In the meantime, many developers have contributed to the project.

Application

CellCognition and ilastik uses VIGRA computer vision library.

Resources

VIGRA project is hosted on GitHub.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links