(no title)
shele | 4 years ago
Representing values on a scale from 0.0 to 1.0 instead of 0 to 255 (say) is a good idea if you have to do things like DFT. Most software implementations use fixed point arithmetic for that.
shele | 4 years ago
Representing values on a scale from 0.0 to 1.0 instead of 0 to 255 (say) is a good idea if you have to do things like DFT. Most software implementations use fixed point arithmetic for that.
ssivark|4 years ago
Storing images as arrays of unsigned 8-bit integer seems quite primitive in comparison!
> ” Sorry, I don’t like using floating-point numbers to represent pixels. Call me old-fashioned, I know how imprecise non-integers are.”
WTH does this even mean?!