]> Creatis software - FrontAlgorithms.git/blobdiff - examples/image/RandomWalker/Gaussian.cxx
...
[FrontAlgorithms.git] / examples / image / RandomWalker / Gaussian.cxx
index 5c2c798d60cc81c9a3ff9e0847b4649825794b9e..9a012e976eaae097ff8f81355f7bba20a4bd5218 100644 (file)
 #include <fpa/Functors/Dijkstra/Image/Gaussian.h>
 
 // -------------------------------------------------------------------------
-const unsigned int Dim = 2;
-typedef unsigned char TPixel;
+const unsigned int Dim = 3;
+typedef short TPixel;
 typedef unsigned char TLabel;
-typedef float TCost;
+typedef double TCost;
 typedef itk::Image< TPixel, Dim > TImage;
 typedef itk::Image< TLabel, Dim > TLabelImage;