]> Creatis software - clitk.git/commitdiff
test for warpImage 3d
authormpech <maxime.pech@insa-lyon.fr>
Wed, 28 Sep 2011 15:10:21 +0000 (17:10 +0200)
committermpech <maxime.pech@insa-lyon.fr>
Wed, 28 Sep 2011 15:10:21 +0000 (17:10 +0200)
tests/tools/CMakeLists.txt

index 95a6c85db1ccbe8f6760e42f89d38bcf9d0992d0..d505c8a739ba7a4df0fd537e760bfe5be4aeaa30 100644 (file)
@@ -72,6 +72,8 @@ ADD_TEST(clitkMorphoMath5_4d ${exe} clitkMorphoMath -i ${p}Deformation4D.mhd -o
 #clitkSetBackground
 ADD_TEST(clitkSetBackground_4d ${exe} clitkSetBackground -i ${p}Deformation4D.mhd -m ${p}Deformation4D.mhd -o Deformation4D_ref.setBackground.mhd ${p}Deformation4D_ref.setBackground.mhd)
 ADD_TEST(clitkSetBackground_3d ${exe} clitkSetBackground -i ${p}Lung3D.mhd -m ${p}Lung3D.mhd -o Lung3D_ref.setBackground.mhd ${p}Lung3D_ref.setBackground.mhd)
+#clitkWarpImage
+ADD_TEST(clitkWarpImage_3d ${exe} clitkWarpImage -i ${p}00-P.mhd --vf ${p}vf50-P_1.mhd -o 00-P_ref.warpImage.mhd ${p}00-P_ref.warpImage.mhd)