entropy encoding for images
6 ビュー (過去 30 日間)
古いコメントを表示
is there any source codes available for entropy encoding for images, please help
2 件のコメント
Walter Roberson
2012 年 12 月 24 日
What difficulty are you having with the code version of it that you wrote?
回答 (2 件)
Image Analyst
2012 年 12 月 24 日
If you've heard of it, then I'm sure there are.
Walter Roberson
2012 年 12 月 25 日
編集済み: Walter Roberson
2012 年 12 月 25 日
If x is a numeric array, TABLE is a numeric matrix. If the elements of x are nonnegative integers, TABLE includes 0 counts for integers between 1 and max(x) that do not appear in x.
But you already read the documentation so you already knew that, so somehow you must have gotten some negative counts. What does
count(counts <= 0)
show, and what does class(count) show?
10 件のコメント
Walter Roberson
2012 年 12 月 25 日
Sorry, Google doesn't seem to be accessible to me tonight. Perhaps you could try it from your end?
参考
カテゴリ
Help Center および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!