Ask Your Question

Revision history [back]

Just to note, the answer to your adaptation is already in the first solution. Since you know how your data format extually is, ARGB, you can read it out and store the information into seperate channels.

When reading: bit 1 = A, bit 2 = R, bit 3 = G, bit 4 = B and so on.

Then when you have read in your data manually bit by bit, then first do a mix of the channels you retrieved towards the BGR color scheme that openCV uses. Then apply blur to that created image.