Probably we have arithmetics problems with images which value range is greater than double maximum value, e.g minimum pixel value is std::numeric_limits<double>::lowest() and maximum pixel value is std::numeric_limits<double>::max().
Connected to #128, #129
Probably we have arithmetics problems with images which value range is greater than
doublemaximum value, e.g minimum pixel value isstd::numeric_limits<double>::lowest()and maximum pixel value isstd::numeric_limits<double>::max().Connected to #128, #129