]> Creatis software - cpPlugins.git/blobdiff - plugins/ImageThresholdFilters/ImageThresholdFilters.i
Cast image filter added. ROI filter modified.
[cpPlugins.git] / plugins / ImageThresholdFilters / ImageThresholdFilters.i
index b1222ae595107ca379baaec7c85a66700714304d..26bd1899106a91aa01e6f594eba5a17d7235d406 100644 (file)
@@ -1,17 +1,12 @@
 header #define ITK_MANUAL_INSTANTIATION
 
-define filters=BinaryThresholdImageFilter
-define other=UnaryThresholdImageFilter;ImageToBoundingBoxFromThreshold
+define other=ImageToBoundingBoxFromThreshold
 
 tinclude itk#filters#:h|hxx
 tinclude cpExtensions/Algorithms/#other#:h|hxx
 
 cinclude itkUnaryFunctorImageFilter.hxx
 
-define in_scalar_pixels=#scalar_pixels#
-define out_scalar_pixels=#scalar_pixels#
-
-instances itk::#filters#< itk::Image< #in_scalar_pixels#, #process_dims# >, itk::Image< #out_scalar_pixels#, #process_dims# > >
 instances cpExtensions::Algorithms::#other#< itk::Image< #scalar_pixels#, #process_dims# > >
 
 ** eof - $RCSfile$