blob: 1073afa02721db0e69d92df1f5da668074a7d1c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
VIGRA stands for "Vision with Generic Algorithms". It's a novel computer
vision library that puts its main emphasize on customizable algorithms
and data structures. By using template techniques similar to those in
the C++ Standard Template Library, you can easily adapt any VIGRA
component to the needs of your application, without thereby giving up
execution speed.
Author: Ullrich Koethe <koethe@informatik.uni-hamburg.de>
WWW: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
- Ported by Cartola
cartola@openit.com.br
|