32 bits are represented in binary using the IEEE format. So how can I extract those bits?
Bitwise operations like & and | do not work on them!
what i basically want to do is extract the LSB from 32 bit float images in opencv
thanx in advance!
32 bits are represented in binary using the IEEE format. So how can I
Share
this was a way to extract the bits of the float!