[ 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.3.3, Aug 18 2005 ) */ 00008 /* You may use, modify, and distribute this software according */ 00009 /* to the terms stated in the LICENSE file included in */ 00010 /* the VIGRA distribution. */ 00011 /* */ 00012 /* The VIGRA Website is */ 00013 /* http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ */ 00014 /* Please direct questions, bug reports, and contributions to */ 00015 /* koethe@informatik.uni-hamburg.de */ 00016 /* */ 00017 /* THIS SOFTWARE IS PROVIDED AS IS AND WITHOUT ANY EXPRESS OR */ 00018 /* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED */ 00019 /* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ 00020 /* */ 00021 /************************************************************************/ 00022 00023 00024 #ifndef VIGRA_STDIMAGEFUNCTIONS_HXX 00025 #define VIGRA_STDIMAGEFUNCTIONS_HXX 00026 00027 /** \page PointOperators Point Operators 00028 00029 <DL> 00030 <DT> 00031 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00032 \ref InitAlgo 00033 <DD><em>init images or image borders </em> 00034 <DT> 00035 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00036 \ref InspectAlgo 00037 <DD> <em>Apply read-only functor to every pixel</em> 00038 <DT> 00039 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00040 \ref InspectFunctor 00041 <DD><em>Functors which report image statistics</em> 00042 <DT> 00043 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00044 \ref CopyAlgo 00045 <DD> <em>Copy images or regions</em> 00046 <DT> 00047 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00048 \ref TransformAlgo 00049 <DD><em>apply functor to calculate a pixelwise transformation of one image</em> 00050 <DT> 00051 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00052 \ref TransformFunctor 00053 <DD> <em>frequently used unary transformation functors</em> 00054 <DT> 00055 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00056 \ref CombineAlgo 00057 <DD><em>apply functor to calculate a pixelwise transformation from several image</em> 00058 <DT> 00059 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00060 \ref CombineFunctor 00061 <DD> <em>frequently used binary transformations functors</em> 00062 <DT> 00063 <IMG BORDER=0 ALT="-" SRC="documents/bullet.gif"> 00064 \ref MultiPointoperators 00065 <DD> <em>Point operators on multi-dimensional arrays</em> 00066 </DL> 00067 00068 <b>\#include</b> "<a href="stdimagefunctions_8hxx-source.html">vigra/stdimagefunctions.hxx</a>"<br> 00069 Namespace: vigra 00070 00071 see also: \ref FunctorExpressions "Automatic Functor Creation" 00072 */ 00073 00074 #include "vigra/initimage.hxx" 00075 #include "vigra/inspectimage.hxx" 00076 #include "vigra/copyimage.hxx" 00077 #include "vigra/transformimage.hxx" 00078 #include "vigra/combineimages.hxx" 00079 #include "vigra/resizeimage.hxx" 00080 00081 #endif // VIGRA_STDIMAGEFUNCTIONS_HXX
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|