#include <ost/img/image.hh>
#include "norm_linear.hh"
#include "norm_log.hh"
#include "norm_od.hh"
#include "normalizer.hh"
Go to the source code of this file.
Namespaces | |
namespace | ost |
namespace | ost::img |
namespace | ost::img::alg |
Functions | |
DLLIMPORT Normalizer | CreateNoOpNormalizer () |
DLLIMPORT Normalizer | CreateLinearNormalizer (Real scale, Real offset) |
DLLIMPORT Normalizer | CreateLinearRangeNormalizer (const ConstImageHandle &ih, Real minoutput, Real maxoutput) |
DLLIMPORT Normalizer | CreateLinearRangeNormalizer (Real mininput, Real maxinput, Real minoutput, Real maxoutput) |
DLLIMPORT Normalizer | CreateLogNormalizer (Real scale, Real min, Real offset) |
DLLIMPORT Normalizer | CreateLogRangeNormalizer (const ConstImageHandle &ih, Real minoutput, Real maxoutput) |
DLLIMPORT Normalizer | CreateLogRangeNormalizer (Real mininput, Real maxinput, Real minoutput, Real maxoutput) |
DLLIMPORT Normalizer | CreateTransmissionToODNormalizer (Real mininput, Real maxinput, Real maxOD=10.0) |