Open suman1209 opened 1 month ago
next items:
The frequency for pixels, there are 2422 different kinds of diff pixels. The most frequent one is the [0,0,0], it appears 5139 times.
The result from the first frame of this approach is as follows:
The result for separating the channels, and applying Huffman encoding on each channel. The result is a bit worse than only doing one Huffman encoding with the whole frame.
look into huffman encoding
encode the diffs with lower number of bits(for smaller values) with anomalies (position encoding)