iRoCS Toolbox  1.1.0
Namespaces | Enumerations | Functions
Normalization.hh File Reference
#include <config.hh>
#include "RuntimeError.hh"
#include <blitz/array.h>
#include "Normalization.icc"
Include dependency graph for Normalization.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 atb
 

Enumerations

enum  atb::NormType { atb::MINMAX, atb::STDDEV, atb::ZERO_MEAN_STDDEV }
 

Functions

template<typename ScalarT , int Dim>
void atb::normalize (blitz::Array< ScalarT, Dim > const &data, blitz::Array< ScalarT, Dim > &dataNorm, NormType t)
 Normalize a blitz::Array. More...