You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
Probably we have arithmetics problems with images which value range is greater than
double
maximum value, e.g minimum pixel value isstd::numeric_limits<double>::lowest()
and maximum pixel value isstd::numeric_limits<double>::max()
.Connected to #128, #129
The text was updated successfully, but these errors were encountered: