So I am a bit confused as to why this is happening.
Now I want to convert this binary image into RGB space, so therefore I use the dstack
function to concatenate the 3rd axis
Everything works fine so far, but now I have to multiply the out_image
array by 255
to reflect white in RGB space, and this is where the problem occurs everything turns black
But if I plot another random image, everything is fine so what is happening here, I've also played around with the cmap
but regardless of what kind of cmap
I use it always turns out to be black when multiplied by 255
Any ideas?