[solved] Padding without extending image size

Yeah that’s the filter I used. I needed a low-enough value not to be mistaken as foreground. itk::NumericTraits::min() always qualifies for it in my application and is easier to compute.

1 Like