]> Creatis software - cpPlugins.git/blob - lib/cpPlugins_Instances/ThresholdFilters.i
99b860b0a007ca19e2ba4db65c0c782ef690e5a4
[cpPlugins.git] / lib / cpPlugins_Instances / ThresholdFilters.i
1 f cpPlugins_Instances/ScalarImagesBaseFilters.h
2
3 t itkBinaryThresholdImageFilter.h
4 t itkUnaryFunctorImageFilter.h
5 t itkSimpleDataObjectDecorator.h
6 t cpExtensions/Algorithms/UnaryThresholdImageFilter.h
7
8 d #dims=2;3
9 d #int=char;short;int;long
10 d #float=float;double
11 d #scalar=#int;unsigned #int;#float
12 d #output=#int;unsigned #int;#float
13
14 c itk::BinaryThresholdImageFilter< itk::Image< #scalar, #dims >, itk::Image< #output, #dims > >
15 c cpExtensions::Algorithms::UnaryThresholdImageFilter< itk::Image< #scalar, #dims > >