Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Modules/Filtering/ImageCompose/include/itkComposeImageFilter.hxx:135:19: error: non-constant-expression cannot be narrowed from type 'PixelType' (aka 'unsigned char') to 'float' in initializer list [-Wc++11-narrowing]
135 | oit.Set({ inputItContainer[0].Get(), inputItContainer[1].Get() });
| ^~~~~~~~~
Identified when building SphinxExamples remote module.
PR Checklist
[x] No API changes were made (or the changes have been approved)
Modules/Filtering/ImageCompose/include/itkComposeImageFilter.hxx:135:19: error: non-constant-expression cannot be narrowed from type 'PixelType' (aka 'unsigned char') to 'float' in initializer list [-Wc++11-narrowing] 135 | oit.Set({ inputItContainer[0].Get(), inputItContainer[1].Get() }); | ^
~~~~~~~~Identified when building SphinxExamples remote module.
PR Checklist