
Definition in file app-Contour.C.
#include "Channels/ChannelBase.H"
#include "Channels/ChannelOpts.H"
#include "Channels/ContourChannel.H"
#include "Component/ModelManager.H"
#include "Image/CutPaste.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Media/FrameSeries.H"
#include "Raster/Raster.H"
#include "Util/Assert.H"
#include "Util/CpuTimer.H"
#include "Util/SimTime.H"
#include "Util/log.H"
#include "rutz/compat_snprintf.h"
#include "rutz/shared_ptr.h"
#include <exception>
#include <iostream>
#include <fenv.h>
Include dependency graph for app-Contour.C:

Go to the source code of this file.
Functions | |
| Image< float > | processWholeImage (const Image< byte > &img, ModelManager &manager, const std::string &saveprefix, int &pixused, nub::ref< FrameOstream > ofs) |
| Image< float > | processSplitImage (const Image< byte > &img, ModelManager &manager, const std::string &saveprefix, int &pixused, nub::ref< FrameOstream > ofs) |
| Image< float > | processImage (const Image< byte > &img, ModelManager &manager, const std::string &saveprefix, int &pixused, nub::ref< FrameOstream > ofs) |
| Image< float > | processWholeImage (const Image< byte > &img, ModelManager &manager, const std::string &saveprefix, int &pixused, nub::ref< FrameOstream > ofs) |
| Image< float > | processSplitImage (const Image< byte > &input, ModelManager &manager, const std::string &saveprefix, int &pixused, nub::ref< FrameOstream > ofs) |
| int | main (int argc, char *argv[]) |
Variables | |
| double | OVERLAP_FRACTION = 0.2 |
| int | SPLIT_SIZE = 1400000 |
| int | NEST_DEPTH = 0 |
1.4.4