
#include "Channels/IntegerSimpleChannel.H"#include "Channels/ChannelOpts.H"#include "Component/GlobalOpts.H"#include "Component/ModelOptionDef.H"#include "Image/Image.H"#include "Image/ImageSetOps.H"#include "Image/IntegerMathOps.H"#include "Image/MathOps.H"#include "Image/PyrBuilder.H"#include "Transport/FrameInfo.H"#include "Transport/FrameOstream.H"#include "Util/Assert.H"#include "Util/log.H"#include "Util/sformat.H"#include "rutz/trace.h"#include "Image/CutPaste.H"#include <cmath>#include <limits>
Go to the source code of this file.
Variables | |
| const int | INTMAXNORMMIN = 0 |
| const int | INTMAXNORMMAX = 32768 |
IntegerSimpleChannel is like SingleChannel, but avoids floating-point arithmetic
Definition in file IntegerSimpleChannel.C.
1.6.3