is there any source codes available for entropy encoding for images, please help
No products are associated with this question.
If you've heard of it, then I'm sure there are.
http://www.mathworks.com/help/stats/tabulate.html
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?
after deleting zeros i get error
Error using ==> arithenco at 36 The symbol sequence parameter can take values only between 1 and the length of the symbol counts parameter.
Error in ==> sample6 at 79 code=arithenco(seq,count);
Sorry, Google doesn't seem to be accessible to me tonight. Perhaps you could try it from your end?
2 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/57318#comment_118880
What difficulty are you having with the code version of it that you wrote?
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/57318#comment_118969
I am using 2010a version
code is
but taking long time to run and crashes out