can i get 8 bit from byte using opencv?
i have a byte array which i have obtained from mat of an image.is there some method in opencv to get 8 bits of each of the bytes from the byte array.i would be further processing these 8 bits
Are you using C++?
I suggest that you take a look on Stack Overflow.
it's almost answered in your previous question