25 #ifndef NORMALIZER_HH_
26 #define NORMALIZER_HH_
32 namespace ost {
namespace img {
namespace alg{
In-place modification const algorithm.
Manage shared instances of images.
virtual void Visit(ImageHandle &ih) const
virtual Real Convert(Real v) const
virtual Complex BackConvert(Complex v) const
NormalizerPtr GetImplementation()
Normalizer(const NormalizerPtr &ptr)
virtual Complex Convert(Complex v) const
virtual Real BackConvert(Real v) const
#define DLLEXPORT_IMG_ALG
std::complex< Real > Complex
boost::shared_ptr< NormalizerImpl > NormalizerPtr