#include "GUI/XWindow.H"
#include "Raster/Raster.H"
#include "Util/Assert.H"
#include "Util/Timer.H"
#include "Util/log.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include <fstream>
#include <iostream>
#include <math.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | projectIO |
Functions | |
int | main (const int argc, const char **argv) |
simulates a fly over satalite images
Definition in file flyOver.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
current speed
How far to travel so far
at what point to begin to slow down (ramp function)
Definition at line 125 of file flyOver.C.
References Image< T >::getHeight(), Image< T >::getVal(), Image< T >::getWidth(), RASFMT_PNG, RASFMT_PNM, Raster::ReadRGB(), Image< T >::resize(), Image< T >::setVal(), sqrt(), and Raster::WriteRGB().