X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkImageGaussianSmooth.xml;h=b7450d2a12bb5a92fac8572651377bfab99d59d1;hb=f7f26377e49c7ae9e52ae102329b016fd6482da0;hp=95e73cc12a4521c26c5cfda34b0f6fdf47c22962;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/vtk/src/bbvtkImageGaussianSmooth.xml b/packages/vtk/src/bbvtkImageGaussianSmooth.xml index 95e73cc..b7450d2 100644 --- a/packages/vtk/src/bbvtkImageGaussianSmooth.xml +++ b/packages/vtk/src/bbvtkImageGaussianSmooth.xml @@ -1,6 +1,6 @@ - + laurent.guigues at creatis.insa-lyon.fr
Performs a gaussian convolution of the input image (bbfication of vtkImageGaussianSmooth)
@@ -9,47 +9,24 @@ vtkImageGaussianSmooth.h vtkImageData.h -vtkImageGaussianSmooth - - -Input image - - - -Output image - - - -Standard deviation in direction X - - - -Standard deviation in direction Y - - - -Standard deviation in direction Z - +vtkImageGaussianSmooth + + + + + +
-SetStandardDeviation(bbGetInputStdDevX(), 
-                     bbGetInputStdDevY(), 
-                     bbGetInputStdDevZ());
-Update();
+    printf("EED ImageGaussianSmooth::Process start \n");
+    bbGetVtkObject()->SetStandardDeviation(bbGetInputStdDevX(), 
+                     			bbGetInputStdDevY(), 
+                     			bbGetInputStdDevZ());
+    bbGetVtkObject()->Update();
+    printf("EED ImageGaussianSmooth::Process end \n");
 
+