open-discussion > ITK Plugins: Cast, RescaleIntensity...
Showing 1-1 of 1 posts
Display:
Results per page:
Jun 28, 2010  01:06 PM | Sophie Chen
ITK Plugins: Cast, RescaleIntensity...
Hi,

What would be the best way to implement these as plugins:

itkCastImageFilter.h
itkRescaleIntensityImageFilter.h

More specifically, should different base classes be allowed for the input image type and output image types?


Also, for:

itkLabelGeometryImageFilter.h

What might be the best way to display output -- as a table? histogram?

Thanks.