#include "Image/Normalize.H"
#include "Image/ColorOps.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/Range.H"
#include "Util/sformat.H"
Go to the source code of this file.
Functions | |
Image< float > | normalizeFloat (const Image< float > &src, const int flags) |
Normalize a grayscale float image, respecting the passed flags. | |
Image< PixRGB< float > > | normalizeFloatRgb (const Image< PixRGB< float > > &src, const int flags) |
Normalize an rgb float image, respecting the passed flags. |
Definition in file Normalize.C.
Normalize a grayscale float image, respecting the passed flags.
Definition at line 53 of file Normalize.C.
References Image< T >::clear(), FLOAT_NORM_0_255, FLOAT_NORM_WITH_SCALE, Image< T >::getHeight(), Image< T >::getWidth(), inplaceNormalize(), inplacePaste(), max(), Range< T >::max(), Range< T >::min(), NO_INIT, rangeOf(), sformat(), and writeText().
Referenced by GenericFrame::asGrayU8Layout(), GenericFrame::asGrayU8NTSCLayout(), GenericFrame::asRgbU8Layout(), ColorizeOfilt::filterFrame(), ScaleRemoveSurprise< FLOAT >::SRScomputeBayesFeatureBias(), ScaleRemoveSurprise< FLOAT >::SRScomputeBayesFeatureCurrent(), and ScaleSurpriseControl< FLOAT >::SSCgetBetaParts().
Normalize an rgb float image, respecting the passed flags.
Definition at line 95 of file Normalize.C.
References Image< T >::beginw(), Image< T >::clear(), Image< T >::endw(), FLOAT_NORM_0_255, FLOAT_NORM_WITH_SCALE, getMinMaxC(), inplacePaste(), max(), NO_INIT, sformat(), and writeText().
Referenced by GenericFrame::asRgbU8Layout().