question
Suppose I have a sequence of float matrix, which has strong temporal correlation. How to compress such a float matrix sequence? I think, it could be nice if there is a method which considers both spatial and temporal correlation as in mp4.
actual problem
I have two sequences, uint8 matrix sequence (RGB Image) and float matrix sequence (Depth Image). The uint8 matrix sequence can be compressed very well by mp4. And, I want to do the similar thing for float sequence because it's size is huge.