
Definition in file app-Omni.C.
#include "Image/Image.H"
#include "Image/OmniOps.H"
#include "Image/Pixels.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include "Util/readConfig.H"
Include dependency graph for app-Omni.C:

Go to the source code of this file.
Classes | |
| class | Omni< T > |
| omni directional correction tool More... | |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | configFile |
| This is the configFile name. | |
| readConfig | configIn (25) |
| This is the configFile object. | |
| Image< PixRGB< byte > > | image |
| This is an Image object for RGB images. | |
| Image< PixRGB< byte > > | newImage |
| This is an Image object for RGB images. | |
| Omni< PixRGB< byte > > | omni |
| This is an Image object for RGB images. | |
|
||||||||||||
|
This is the main funcion for omni directional correction. Its main purpose is to call the omni-directional methods in class Omni. Call from src2. You must supply Omni.conf as a config file. The command line argument is "../bin/Omni ../image_in/imagefile". Images centers and radius can be calculated by Omni, or specified in the Omni.conf file. Definition at line 98 of file app-Omni.C. References configFile, configIn, readConfig::openFile(), RASFMT_PNM, Raster::ReadRGB(), Image< T >::resize(), Omni< T >::run(), and Raster::VisuRGB(). |
|
|
This is the configFile name.
Definition at line 79 of file app-Omni.C. Referenced by SimulationViewerSurpCont::init(), SimulationViewerNerdCam::init(), and main(). |
|
|
This is the configFile object.
Referenced by main(). |
|
|
|
This is an Image object for RGB images.
Definition at line 85 of file app-Omni.C. Referenced by segmentImageMerge2::SIMclusterColor(). |
|
|
This is an Image object for RGB images.
Definition at line 87 of file app-Omni.C. |
1.4.4