Azzera filtri
Azzera filtri

How can we apply run length encoding on a binary image of size 964 * 1292?

1 visualizzazione (ultimi 30 giorni)
I have an image of size specified as above. I want to apply run length encoding on it row by row and wants to store the results after traversal of each row.

Risposta accettata

Walter Roberson
Walter Roberson il 15 Apr 2016
For loop over the row indices, call your run length routine on the row content, probably store in a cell array.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by