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
you can reproduce my issue by creating two new (identical) images of type float, then run Coloc 2 on them.
What I'd expect is a diagonal line (since it's two identical images), and I do get a line indeed, but it's not diagonal (see screenshot below).
When I move the cursor over the 2D histogram, it shows me x/y values from 0 to 255, but the intensities in the input images (being floats) are [0;1], not sure if this is related...
Best wishes,
Bene
The text was updated successfully, but these errors were encountered:
Hi folks @bene51@haesleinhuepf I do remember that if you put 2 identical images as input the maths explodes for some reason that is documented in the code as far as I remember. It's a divide by zero or something like that. Try adding a tiny bit of noise to one if the input images . Maybe it's a bug though...
Hi,
you can reproduce my issue by creating two new (identical) images of type float, then run Coloc 2 on them.
What I'd expect is a diagonal line (since it's two identical images), and I do get a line indeed, but it's not diagonal (see screenshot below).
When I move the cursor over the 2D histogram, it shows me x/y values from 0 to 255, but the intensities in the input images (being floats) are [0;1], not sure if this is related...
Best wishes,
Bene
The text was updated successfully, but these errors were encountered: