how to sparse represent a image?
古いコメントを表示
hi,
i'm trying to create a sparse matrix for an image.
i've given the command as,
a=imread('imagename.format')
b=sparse(a)
i'm getting the output for the first command and for the second command i'm getting a error as mentioned below,
Undefined function 'sparse' for input arguments of type 'uint8'
please help thanks in advance
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Sparse Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!