Hello,
I am trying to use getHypercube from Matlab. In general it works, but it returns the images as the int8, rather than uint8 class. Is it feature or bug?
Thank you!
tile = store.getTile(z, c, t, minX, minY, width, height);
tPlane = typecast(tile, 'uint8');
tPlane = reshape(tPlane, [width, height])';
tPlane = swapbytes(tPlane);
Return to Developer Discussion
Users browsing this forum: Google [Bot] and 1 guest