Issues reproducing N4BiasFieldCorrection results in Windows and Linux

This should not be shocking at all. Floating-point results are often somewhat different depending on what compiler, compiler options, and hardware you use.

You may force high-precision computation, which may make the results more consistent but increases computation time. If an algorithm is robust then these small numerical differences should cause negligible difference in the final output.

2 Likes