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
Manually transfered from JuliaImages/Images.jl#882. The following contents are originally posted by @roflmaostc. This seems only an ImageMagick issue, using PNGFiles/ImageIO work arounds it.
Hey,
I observed a bug for which I didn't find an explanation so far. I wrote a Poisson noise function which adds noise to the image. If I inspect the final images with imshow, all seems to be fine.
However, only for the parameter value nphot=3, nphot=5 and nphot=15, if I save the image (or inspect them directly with colorview) these images are scaled and shifted to the left. On the right part, there are some artifacts
I cropped the images so that only intensities between 0 and 1 are possible.
Manually transfered from JuliaImages/Images.jl#882. The following contents are originally posted by @roflmaostc. This seems only an ImageMagick issue, using PNGFiles/ImageIO work arounds it.
Hey,
I observed a bug for which I didn't find an explanation so far. I wrote a Poisson noise function which adds noise to the image. If I inspect the final images with imshow, all seems to be fine.
However, only for the parameter value
nphot=3
,nphot=5
andnphot=15
, if I save the image (or inspect them directly with colorview) these images are scaled and shifted to the left. On the right part, there are some artifactsI cropped the images so that only intensities between 0 and 1 are possible.
Not working: nphot=3, nphot=5, nphot=15
One working example: nphot=10
Here is the full code example:
Edit: with different image size, the parameter, where the result is weird, changes.
The text was updated successfully, but these errors were encountered: