Path to this page:
./
graphics/vigra,
Computer vision library
Branch: CURRENT,
Version: 1.12.2nb1,
Package name: vigra-1.12.2nb1,
Maintainer: pkgsrc-usersVIGRA is a computer vision library that puts its main emphasize on
flexible algorithms, because algorithms represent the principle know-how
of this field. The library was consequently built using generic
programming as introduced by Stepanov and Musser and exemplified in the
C++ Standard Template Library. By writing a few adapters (image iterators
and accessors) you can use VIGRA's algorithms on top of your data
structures, within your environment. Alternatively, you can also use the
data structures provided within VIGRA, which can be easily adapted to a
wide range of applications. VIGRA's flexibility comes almost for free:
Since the design uses compile-time polymorphism (templates), performance
of the compiled program approaches that of a traditional, hand tuned,
inflexible, solution.
Required to run:[
graphics/tiff] [
graphics/png] [
graphics/openexr] [
math/fftw]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 33404.666 KB
Version history: (Expand)
- (2025-04-24) Updated to version: vigra-1.12.2nb1
- (2025-03-31) Updated to version: vigra-1.12.2
- (2024-11-18) Updated to version: vigra-1.12.1
- (2024-10-19) Updated to version: vigra-1.11.2nb3
- (2023-11-15) Updated to version: vigra-1.11.2nb2
- (2023-10-21) Updated to version: vigra-1.11.2nb1
CVS history: (Expand)
2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412) |
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch
|
2025-03-31 13:32:27 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
vigra: updated to 1.12.2
1.12.2
Removing executable permission from plain files
Ensure the header 'windows.h' is referencing 'vigra/windows.h'
Remove superfluous whitespace at end of line
Add whitespace cleanup to git blame
ignore another whitespace-only commit in git blame
Fix macos runner on CI
Do not inherit from std::iterator as it is deprecated in c++17
Use posix shell instead of bash for tests
fix RandomAccessSet::insert(pos, val) function for gcc-15 and clang-19
fix typo in multi_iterator_coupled
Move away from inline global regex flag
CI: add python 3.13
modernise for c++20
Create release notes for 1.12.2
|
2025-03-04 07:12:23 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
vigra: uses C++11
|
2024-11-18 11:32:42 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
vigra: updated to 1.12.1
1.12.1
Address implementation incompatibility of ptp in vigranumpy with numpy 2
1.12.0
Improve compatibility with compilers in 2024.
Update testing infrastructure to use modern packages from conda-forge.
|
2024-10-19 13:55:11 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bump for openexr shlib major bump
|
2023-11-15 21:00:42 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: bump for openexr 3.2.1
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) |  |
Log message:
recursive revbump for tiff update
|
2023-10-09 11:39:29 by Adam Ciarcinski | Files touched by this commit (7) |  |
Log message:
vigra: updated to 1.11.2
Release 1.11.2
Updated CMake minimum version to 3.12.
Added support for PyPy as python runtime (Mark Harfouche).
Updated/Fixed CI, including various fixes for the build system (Mark Harfouche, \
John Kirkham, Dominik Kutra)
Various fixes / improved compatility to support updated dependencies (hdf5 5.12, \
numpy>=1.20, sphinx>=1.8.0, python 3, h5py 3.0) (Mark Harfouche, John \
Kirkham, Ullrich Koethe, Dominik Kutra, Hans Meine)
Fixed Matlab compilation (Joachim Börger)
Fixed compilation with cpp17 (Constantin Pape)
|