For a 2D single channel image, what is an appropriate criterion to reorder the rows, such that a JPEG-like encoder performs the best?
I have a huge amount of time series data, each representing some observations at a certain position. Thus of course there exists spatial correlation. I am trying to reorganize these lines of observations to make it as smooth as possible, such that it could be efficiently encoded with an image compressor.
For a 2D single channel image, what is an appropriate criterian to reorder the rows, such that a JEPG like encoder performs the best?
I have a huge amount of time series data, each representing some observations at a certain position. Thus of course there exists spatial correlation. I am trying to reorganize these lines of observations to make it as smooth as possible, such that it could be efficiently encoded with an image compressor.