00001
00002
00026 #ifndef MY_PANO_INC_H
00027 #define MY_PANO_INC_H
00028
00029
00030
00031
00032 #ifdef __unix__
00033 #include <sys/time.h>
00034 #include <sys/resource.h>
00035 #endif
00036
00037 #include <vector>
00038 #include <set>
00039 #include <map>
00040 #include <string>
00041 #include <sstream>
00042 #include <fstream>
00043 #include <iostream>
00044 #include <math.h>
00045
00046 #ifdef _MSC_VER
00047 #pragma warning (disable : 4267 4355)
00048 #endif
00049
00050
00051
00052
00053 #include "vigra/stdimage.hxx"
00054 #include "vigra/rgbvalue.hxx"
00055 #include "vigra/basicimage.hxx"
00056 #include "vigra/accessor.hxx"
00057 #include "vigra/iteratortraits.hxx"
00058 #include "vigra/numerictraits.hxx"
00059 #include "vigra/imageiterator.hxx"
00060 #include "vigra/transformimage.hxx"
00061 #include "vigra/copyimage.hxx"
00062 #include "vigra/functorexpression.hxx"
00063 #include "vigra/convolution.hxx"
00064 #include "vigra/resizeimage.hxx"
00065
00066
00067
00068
00069
00070 #include "PT/Panorama.h"
00071 #include "PT/PanoImage.h"
00072 #include "PT/PanoramaMemento.h"
00073 #include "PT/PanoCommand.h"
00074
00075
00076
00077
00078 #endif
00079