VIGRA

Last updated
VIGRA
Developer(s) Ullrich Köthe
Stable release
1.12.1 / September 2, 2024;5 months ago (2024-09-02) [1]
Repository https://github.com/ukoethe/vigra
Operating system Any (C++ Standard Template Library)
Type Computer vision
License MIT X11
Website ukoethe.github.io/vigra/

VIGRA [2] [3] [4] 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.

Contents

Features

VIGRA is cross-platform, with working builds on Microsoft Windows, Mac OS X, Linux, and OpenBSD. [5] Since version 1.7.1, VIGRA provides Python bindings based on numpy framework.

History

VIGRA was originally designed and implemented by scientists at University of Hamburg faculty of computer science; its core maintainers are now working 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.

OpenOffice.org uses VIGRA as part of its headless software rendering backend; LibreOffice does so until version 5.2.

References

  1. "Releases - ukoethe/vigra" . Retrieved 11 February 2025 via GitHub.
  2. Köthe U (2000). Generische Programmierung für die Bildverarbeitung. Universität Hamburg. ISBN   3-8311-0239-2.
  3. Jähne B, Haußecker H, Geißler P (1999). Reusable Software in Computer Vision. Vol. 3. Academic Press.
  4. Köthe U (2000). "STL-Style Generic Programming with Images". C++ Report Magazine. 12 (1).
  5. "ports/graphics/vigra at master - openbsd/ports". OpenBSD via GitHub.