1#ifndef GaussianStretch_h 
    2#define GaussianStretch_h 
   10#include "Statistics.h" 
   13#include "IException.h" 
   40      double Map(
const double value) 
const;
 
 
Stretch p_stretch
Value of the mean.
 
double Map(const double value) const
Maps an input value to an output value based on the gaussian distribution.
 
GaussianStretch(Histogram &histogram, const double mean=0.0, const double standardDeviation=1.0)
Constructs a gaussian stretch object.
 
Container of a cube histogram.
 
This class is used to accumulate statistics on double arrays.
 
This is free and unencumbered software released into the public domain.