I have a project for hybrid image compression I already have the matlab code for the techniques used for compression which is huffman, dwt and dct.The problem I do not know how to put them all together please can one one help me
There is a scope to hybridize the coding schemes used for image compression. Some of the wavelet domain coding schemes are themselves hybridized already. Also, spatial domain schemes can be hybridized, in the sense that they can be somehow cascaded. So, you can hybridize these schemes. Before that, identify the objectives, target images categories and all. Some of the works related to hybrid coding are,
I want to use both lossy and lossless to compare hybrid compression the problem i want to know the steps for writing matlab code i already have the matlab code for the technique which i want to mix