[ VIGRA Homepage | Function Index | Class Index | Namespaces | File List | Main Page ]

stdimagefunctions.hxx VIGRA

1 /************************************************************************/
2 /* */
3 /* Copyright 1998-2002 by Ullrich Koethe */
4 /* */
5 /* This file is part of the VIGRA computer vision library. */
6 /* The VIGRA Website is */
7 /* http://hci.iwr.uni-heidelberg.de/vigra/ */
8 /* Please direct questions, bug reports, and contributions to */
9 /* ullrich.koethe@iwr.uni-heidelberg.de or */
10 /* vigra@informatik.uni-hamburg.de */
11 /* */
12 /* Permission is hereby granted, free of charge, to any person */
13 /* obtaining a copy of this software and associated documentation */
14 /* files (the "Software"), to deal in the Software without */
15 /* restriction, including without limitation the rights to use, */
16 /* copy, modify, merge, publish, distribute, sublicense, and/or */
17 /* sell copies of the Software, and to permit persons to whom the */
18 /* Software is furnished to do so, subject to the following */
19 /* conditions: */
20 /* */
21 /* The above copyright notice and this permission notice shall be */
22 /* included in all copies or substantial portions of the */
23 /* Software. */
24 /* */
25 /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND */
26 /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES */
27 /* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND */
28 /* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT */
29 /* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, */
30 /* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING */
31 /* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR */
32 /* OTHER DEALINGS IN THE SOFTWARE. */
33 /* */
34 /************************************************************************/
35 
36 
37 #ifndef VIGRA_STDIMAGEFUNCTIONS_HXX
38 #define VIGRA_STDIMAGEFUNCTIONS_HXX
39 
40 /** \page PointOperators Point Operators
41 
42  <UL style="list-style-image:url(documents/bullet.gif)">
43  <LI> \ref InitAlgo
44  <BR>&nbsp;&nbsp;&nbsp; <em>init images or image borders </em>
45  <LI> \ref InspectAlgo
46  <BR>&nbsp;&nbsp;&nbsp; <em>Apply read-only functor to every pixel</em>
47  <LI> \ref InspectFunctor
48  <BR>&nbsp;&nbsp;&nbsp; <em>Functors which report image statistics</em>
49  <LI> \ref CopyAlgo
50  <BR>&nbsp;&nbsp;&nbsp; <em>Copy images or regions</em>
51  <LI> \ref TransformAlgo
52  <BR>&nbsp;&nbsp;&nbsp; <em>apply functor to calculate a pixelwise transformation of one image</em>
53  <LI> \ref TransformFunctor
54  <BR>&nbsp;&nbsp;&nbsp; <em>frequently used unary transformation functors</em>
55  <LI> \ref CombineAlgo
56  <BR>&nbsp;&nbsp;&nbsp; <em>apply functor to calculate a pixelwise transformation from several image</em>
57  <LI> \ref CombineFunctor
58  <BR>&nbsp;&nbsp;&nbsp; <em>frequently used binary transformations functors</em>
59  <LI> \ref MultiPointoperators
60  <BR>&nbsp;&nbsp;&nbsp; <em>Point operators on multi-dimensional arrays</em>
61  </UL>
62 
63  <b>\#include</b> <vigra/stdimagefunctions.hxx><br>
64  Namespace: vigra
65 
66  see also: \ref FunctorExpressions "Automatic Functor Creation"
67 */
68 
69 #include "initimage.hxx"
70 #include "inspectimage.hxx"
71 #include "copyimage.hxx"
72 #include "transformimage.hxx"
73 #include "combineimages.hxx"
74 #include "resizeimage.hxx"
75 
76 #endif // VIGRA_STDIMAGEFUNCTIONS_HXX

© Ullrich Köthe (ullrich.koethe@iwr.uni-heidelberg.de)
Heidelberg Collaboratory for Image Processing, University of Heidelberg, Germany

html generated using doxygen and Python
vigra 1.11.1 (Fri May 19 2017)