]> Creatis software - cpPlugins.git/blobdiff - plugins/ImageThresholdFilters/ImageThresholdFilters.i
...
[cpPlugins.git] / plugins / ImageThresholdFilters / ImageThresholdFilters.i
index 50de8f10d945847ad34bc7a176a81c216df67544..b1222ae595107ca379baaec7c85a66700714304d 100644 (file)
@@ -1,8 +1,10 @@
 header #define ITK_MANUAL_INSTANTIATION
 
 define filters=BinaryThresholdImageFilter
+define other=UnaryThresholdImageFilter;ImageToBoundingBoxFromThreshold
 
 tinclude itk#filters#:h|hxx
+tinclude cpExtensions/Algorithms/#other#:h|hxx
 
 cinclude itkUnaryFunctorImageFilter.hxx
 
@@ -10,5 +12,6 @@ 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$