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

vigra/stdimagefunctions.hxx VIGRA

00001 /************************************************************************/
00002 /*                                                                      */
00003 /*               Copyright 1998-2002 by Ullrich Koethe                  */
00004 /*                                                                      */
00005 /*    This file is part of the VIGRA computer vision library.           */
00006 /*    The VIGRA Website is                                              */
00007 /*        http://hci.iwr.uni-heidelberg.de/vigra/                       */
00008 /*    Please direct questions, bug reports, and contributions to        */
00009 /*        ullrich.koethe@iwr.uni-heidelberg.de    or                    */
00010 /*        vigra@informatik.uni-hamburg.de                               */
00011 /*                                                                      */
00012 /*    Permission is hereby granted, free of charge, to any person       */
00013 /*    obtaining a copy of this software and associated documentation    */
00014 /*    files (the "Software"), to deal in the Software without           */
00015 /*    restriction, including without limitation the rights to use,      */
00016 /*    copy, modify, merge, publish, distribute, sublicense, and/or      */
00017 /*    sell copies of the Software, and to permit persons to whom the    */
00018 /*    Software is furnished to do so, subject to the following          */
00019 /*    conditions:                                                       */
00020 /*                                                                      */
00021 /*    The above copyright notice and this permission notice shall be    */
00022 /*    included in all copies or substantial portions of the             */
00023 /*    Software.                                                         */
00024 /*                                                                      */
00025 /*    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND    */
00026 /*    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES   */
00027 /*    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND          */
00028 /*    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT       */
00029 /*    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,      */
00030 /*    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING      */
00031 /*    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR     */
00032 /*    OTHER DEALINGS IN THE SOFTWARE.                                   */                
00033 /*                                                                      */
00034 /************************************************************************/
00035  
00036  
00037 #ifndef VIGRA_STDIMAGEFUNCTIONS_HXX
00038 #define VIGRA_STDIMAGEFUNCTIONS_HXX
00039 
00040 /** \page PointOperators Point Operators 
00041 
00042     <UL style="list-style-image:url(documents/bullet.gif)">
00043     <LI> \ref InitAlgo
00044          <BR>&nbsp;&nbsp;&nbsp; <em>init images or image borders </em>
00045     <LI> \ref InspectAlgo
00046          <BR>&nbsp;&nbsp;&nbsp; <em>Apply read-only functor to every pixel</em>
00047     <LI> \ref InspectFunctor
00048          <BR>&nbsp;&nbsp;&nbsp; <em>Functors which report image statistics</em>
00049     <LI> \ref CopyAlgo
00050          <BR>&nbsp;&nbsp;&nbsp; <em>Copy images or regions</em>
00051     <LI> \ref TransformAlgo
00052          <BR>&nbsp;&nbsp;&nbsp; <em>apply functor to calculate a pixelwise transformation of one image</em>
00053     <LI> \ref TransformFunctor
00054          <BR>&nbsp;&nbsp;&nbsp; <em>frequently used unary transformation functors</em>
00055     <LI> \ref CombineAlgo
00056          <BR>&nbsp;&nbsp;&nbsp; <em>apply functor to calculate a pixelwise transformation from several image</em>
00057     <LI> \ref CombineFunctor
00058          <BR>&nbsp;&nbsp;&nbsp; <em>frequently used binary transformations functors</em>
00059     <LI> \ref MultiPointoperators
00060          <BR>&nbsp;&nbsp;&nbsp; <em>Point operators on multi-dimensional arrays</em>
00061     </UL>
00062     
00063     <b>\#include</b> <vigra/stdimagefunctions.hxx><br>
00064     Namespace: vigra
00065         
00066     see also: \ref FunctorExpressions "Automatic Functor Creation"
00067 */
00068 
00069 #include "initimage.hxx"
00070 #include "inspectimage.hxx"
00071 #include "copyimage.hxx"
00072 #include "transformimage.hxx"
00073 #include "combineimages.hxx"
00074 #include "resizeimage.hxx"
00075 
00076 #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.9.0 (Tue Nov 6 2012)