Import vigra-1.6.0.
authorbjs <bjs>
Mon, 25 Aug 2008 18:17:56 +0000 (18:17 +0000)
committerbjs <bjs>
Mon, 25 Aug 2008 18:17:56 +0000 (18:17 +0000)
commit4e7ee397c3156246bff27431fc121317fbf862d7
tree98995ce8b96fc97079821016be6428921fec3c5e
parent3e15d51b3230494b39f1c929fea7b0c2cdb0c7e2
Import vigra-1.6.0.

VIGRA 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.
graphics/vigra/DESCR [new file with mode: 0644]
graphics/vigra/Makefile [new file with mode: 0644]
graphics/vigra/PLIST [new file with mode: 0644]
graphics/vigra/distinfo [new file with mode: 0644]
graphics/vigra/hacks.mk [new file with mode: 0644]
graphics/vigra/options.mk [new file with mode: 0644]
graphics/vigra/patches/patch-aa [new file with mode: 0644]