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
When using img <- RBioFormats::read.image(img_file, normalize = TRUE)
where img_file is a multi_channel, multi_Z file, the data does not seem to be mapped to [0,1] properly. If I then compute max(img) or max(img[,,1,]) I do not get a value of 1 as expected.
Currently I added an extra step to properly normalize the image
Greetings
Antonio
The text was updated successfully, but these errors were encountered:
When using
img <- RBioFormats::read.image(img_file, normalize = TRUE)
where img_file is a multi_channel, multi_Z file, the data does not seem to be mapped to [0,1] properly. If I then compute
max(img)
ormax(img[,,1,])
I do not get a value of 1 as expected.Currently I added an extra step to properly normalize the image
Greetings
Antonio
The text was updated successfully, but these errors were encountered: