]> Creatis software - clitk.git/blobdiff - itk/clitkResampleImageWithOptionsFilter.h
add possibility to display one ROI by FG value
[clitk.git] / itk / clitkResampleImageWithOptionsFilter.h
index d997a3d8a56f587309de603c4b0d84ab44b2be1a..d90c724f119a07ad2a4045dabe966dc05f6bead6 100644 (file)
@@ -80,7 +80,8 @@ namespace clitk {
       NearestNeighbor = 0,
       Linear = 1, 
       BSpline = 2, 
-      B_LUT = 3
+      B_LUT = 3,
+      WSINC
     } InterpolationTypeEnumeration;
 
     /** Input : image to resample */