-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
52 lines (35 loc) · 2.36 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
VIGRA Computer Vision Library, Version VERSION_VERSION_VERSION
============================================
Copyright 1998-2010 by Ullrich Koethe
This file is part of the VIGRA computer vision library.
You may use, modify, and distribute this software according
to the terms stated in the LICENSE.txt file included in
the VIGRA distribution.
The VIGRA Website is
http://hci.iwr.uni-heidelberg.de/vigra/
Please direct questions, bug reports, and contributions to
THIS SOFTWARE IS PROVIDED AS IS AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Installation
------------
Installation instructions can be found in the file
$VIGRA_PATH/doc/vigra/Installation.html
If the documentation has not yet been generated (e.g. when you build from a development
snapshot), you find these instructions in
$VIGRA_PATH/docsrc/installation.dxx
or online at
http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/Installation.html
Documentation
-------------
The documentation can be found in $VIGRA_PATH/doc/vigra/, the start file
is $VIGRA_PATH/doc/vigra/index.html. Online documentation is at
http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/index.html
Download
--------
VIGRA can be downloaded at http://hci.iwr.uni-heidelberg.de/vigra/#download
What is VIGRA
-------------
VIGRA is a computer vision library that puts its main emphasis 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.