iRoCS Toolbox
1.1.0
|
#include <config.hh>
#include "RuntimeError.hh"
#include <blitz/array.h>
#include "Normalization.icc"
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... | |