Go to the documentation of this file.00001
00007 #ifndef DWI_NORMALIZE_H_
00008 #define DWI_NORMALIZE_H_
00009
00010 #include <teem/nrrd.h>
00011
00023 void dwiNormalize(const Nrrd *raw, Nrrd *&normalized) ;
00024
00025 const int DATA_DIMENSION = 4 ;
00026
00027 #endif