[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
vigra/stdimagefunctions.hxx | ![]() |
---|
00001 /************************************************************************/ 00002 /* */ 00003 /* Copyright 1998-2002 by Ullrich Koethe */ 00004 /* Cognitive Systems Group, University of Hamburg, Germany */ 00005 /* */ 00006 /* This file is part of the VIGRA computer vision library. */ 00007 /* ( Version 1.4.0, Dec 21 2005 ) */ 00008 /* The VIGRA Website is */ 00009 /* http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ */ 00010 /* Please direct questions, bug reports, and contributions to */ 00011 /* koethe@informatik.uni-hamburg.de or */ 00012 /* vigra@kogs1.informatik.uni-hamburg.de */ 00013 /* */ 00014 /* Permission is hereby granted, free of charge, to any person */ 00015 /* obtaining a copy of this software and associated documentation */ 00016 /* files (the "Software"), to deal in the Software without */ 00017 /* restriction, including without limitation the rights to use, */ 00018 /* copy, modify, merge, publish, distribute, sublicense, and/or */ 00019 /* sell copies of the Software, and to permit persons to whom the */ 00020 /* Software is furnished to do so, subject to the following */ 00021 /* conditions: */ 00022 /* */ 00023 /* The above copyright notice and this permission notice shall be */ 00024 /* included in all copies or substantial portions of the */ 00025 /* Software. */ 00026 /* */ 00027 /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND */ 00028 /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES */ 00029 /* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND */ 00030 /* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT */ 00031 /* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, */ 00032 /* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING */ 00033 /* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR */ 00034 /* OTHER DEALINGS IN THE SOFTWARE. */ 00035 /* */ 00036 /************************************************************************/ 00037 00038 00039 #ifndef VIGRA_STDIMAGEFUNCTIONS_HXX 00040 #define VIGRA_STDIMAGEFUNCTIONS_HXX 00041 00042 /** \page PointOperators Point Operators 00043 00044 <DL> 00045 <DT> 00046 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00047 \ref InitAlgo 00048 <DD><em>init images or image borders </em> 00049 <DT> 00050 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00051 \ref InspectAlgo 00052 <DD> <em>Apply read-only functor to every pixel</em> 00053 <DT> 00054 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00055 \ref InspectFunctor 00056 <DD><em>Functors which report image statistics</em> 00057 <DT> 00058 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00059 \ref CopyAlgo 00060 <DD> <em>Copy images or regions</em> 00061 <DT> 00062 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00063 \ref TransformAlgo 00064 <DD><em>apply functor to calculate a pixelwise transformation of one image</em> 00065 <DT> 00066 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00067 \ref TransformFunctor 00068 <DD> <em>frequently used unary transformation functors</em> 00069 <DT> 00070 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00071 \ref CombineAlgo 00072 <DD><em>apply functor to calculate a pixelwise transformation from several image</em> 00073 <DT> 00074 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00075 \ref CombineFunctor 00076 <DD> <em>frequently used binary transformations functors</em> 00077 <DT> 00078 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00079 \ref MultiPointoperators 00080 <DD> <em>Point operators on multi-dimensional arrays</em> 00081 </DL> 00082 00083 <b>\#include</b> "<a href="stdimagefunctions_8hxx-source.html">vigra/stdimagefunctions.hxx</a>"<br> 00084 Namespace: vigra 00085 00086 see also: \ref FunctorExpressions "Automatic Functor Creation" 00087 */ 00088 00089 #include "vigra/initimage.hxx" 00090 #include "vigra/inspectimage.hxx" 00091 #include "vigra/copyimage.hxx" 00092 #include "vigra/transformimage.hxx" 00093 #include "vigra/combineimages.hxx" 00094 #include "vigra/resizeimage.hxx" 00095 00096 #endif // VIGRA_STDIMAGEFUNCTIONS_HXX
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|