I am working on the topic of image compression I want to know if arithmetic coding can used directly for image compression if yes how to implement it using matlab
yes, you can directly apply arithmetic coding to compress gray image. First, find out pixel's intensity probability model. Then apply arithmetic coding and find out the unique string of that image.