Run Length Encoding (2-D)

3 Ansichten (letzte 30 Tage)
Jitesh Bhanushali
Jitesh Bhanushali am 24 Mär. 2014
Kommentiert: Sagar Damle am 24 Mär. 2014
How do Run Length Encoding works in Matrix (2-D)??

Antworten (1)

Walter Roberson
Walter Roberson am 24 Mär. 2014
Rearrange the matrix into a vector and do RLE on that.
For images you might wish to investigate zig-zag rearrangements of the matrix into a vector, as that apparently gets better RLE for blocks of the same color.
  3 Kommentare
Walter Roberson
Walter Roberson am 24 Mär. 2014
Bearbeitet: Walter Roberson am 24 Mär. 2014
One of them is reshape(). The zig-zag approach would not use reshape() though.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by