On Monday, November 10, 2014 06:49:17 PM Aneesh Sathe wrote: > 2) I understand your reasons for making all images in the Gray range, but i > prefer having "real" pixel values. That way its easier to correlate test > data with something like Fiji or Matlab. And I don't understand Julia float > handling fully but there might be a gain in speed if using non-float > values.
They're not really float values, underneath they are integers. You can just say `reinterpret(Uint16, x)`. --Tim
