X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FConvolution.cxx;h=02bf6009be3080c759a21bf238de24e84658424d;hb=3707df370a2c5b61006233977fb91c5652e0ffea;hp=450df87222c0ba01bee5c9aa32de2ebf01febef6;hpb=ef1b2d78a9c08ea55e470608a6a8fe0fa1ad6099;p=creaRigidRegistration.git diff --git a/lib/Convolution.cxx b/lib/Convolution.cxx index 450df87..02bf600 100644 --- a/lib/Convolution.cxx +++ b/lib/Convolution.cxx @@ -50,7 +50,7 @@ void Convolution::Run() _convolve->SetKernel3x3(kernel); _convolve->Update(); _cast->SetInput(_convolve->GetOutput()); - _cast->SetOutputScalarTypeToDouble(); + //_cast->SetOutputScalarTypeToDouble(); _cast->Update(); } else