
#include "Foveator/BlurFoveator.H"#include "Foveator/Foveator.H"#include "Foveator/LPTFoveator.H"#include "Foveator/PyrFoveator.H"#include "Image/Image.H"#include "Image/Pixels.H"#include "Raster/Raster.H"#include "Util/Timer.H"#include "Util/log.H"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| The main routine. Read images, process, output results. | |
Test the Foveator class
Definition in file test-Foveator.C.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
The main routine. Read images, process, output results.
Definition at line 53 of file test-Foveator.C.
References BlurFoveator::foveate(), PyrFoveator::foveate(), Timer::get(), Image< T >::getHeight(), Image< T >::getWidth(), Image< T >::initialized(), Raster::ReadRGB(), Timer::reset(), PyrFoveator::setBaseRect(), and Raster::WriteRGB().
1.6.3