I have an image of data type logical
. When I convert it to uint8
I get a blank image. I'm trying to compare this image with another image, and they have to be of the same data type.
If that doesn't work, are there data types I can convert to without getting a blank result.
I have two images, one with the type logical
and the other with type uint8
. If the above doesn't work, what same data type can I convert to in order to be able to compare them together?