How can we apply run length encoding on a binary image of size 964 * 1292?
    5 次查看(过去 30 天)
  
       显示 更早的评论
    
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.
0 个评论
采纳的回答
  Walter Roberson
      
      
 2016-4-15
        For loop over the row indices, call your run length routine on the row content, probably store in a cell array.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

