Various fixes
- Memory leaks in
CompositePreprocessing
andProductFormatter
: the inheritance fromitk::LightObject
has been removed (ITK object needs to be created with::New()
and handled withitk::SmartPointer
) - Set default output pixel type of composite images to int16
- Fix bit mask in
MaskExtractorFunctor