entropy encoding for images
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
is there any source codes available for entropy encoding for images, please help
2 comentarios
Walter Roberson
el 24 de Dic. de 2012
What difficulty are you having with the code version of it that you wrote?
Respuestas (2)
Image Analyst
el 24 de Dic. de 2012
If you've heard of it, then I'm sure there are.
8 comentarios
Walter Roberson
el 25 de Dic. de 2012
what does
length(count)
show? And also
sum(count <= 0)
?
Walter Roberson
el 25 de Dic. de 2012
Editada: Walter Roberson
el 25 de Dic. de 2012
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 comentarios
Walter Roberson
el 25 de Dic. de 2012
Sorry, Google doesn't seem to be accessible to me tonight. Perhaps you could try it from your end?
Ver también
Categorías
Más información sobre Number Theory en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!