]> Creatis software - clitk.git/blobdiff - tools/clitkImageConvert.cxx
With the resample tool, ensure to have the same transformation after the resampling...
[clitk.git] / tools / clitkImageConvert.cxx
index abedc61a800310e4a951ae64fe5bb63ccf46b156..3a9beaf4a25406dbfd0d5ece95bf5b04d7a8db59 100644 (file)
@@ -67,6 +67,7 @@ int main(int argc, char * argv[])
   filter->SetInputFilenames(l);
   filter->SetIOVerbose(args_info.verbose_flag);
   filter->SetOutputFilename(output);
+  filter->SetVV(args_info.vv_flag);
   filter->EnableWriteCompression(args_info.compression_flag);
   if (args_info.type_given) filter->SetOutputPixelType(args_info.type_arg);