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
Most of our algorithms rely on using 32-bit floats for representing grayscale images, which a poor choice given that we only allow values between 0 and 1. We should switch to using uints instead.