Description: The aim of this short workshop is to demonstrate the effectiveness of the JPEG encoding/decoding process using test data and test images. As explained in the lectures the major elements of the JPEG encoding process are the DCT, the non-uniform Quantisation matrix and variable run-length encoding.
Building an emulator of the JPEG encoding and decoding algorithm may appear a daunting task, but Matlab is well suited to such coding.
To Search:
File list (Check if you may need any files):
ijpegdemo.m
int2bin.m
jacdec.m
jacenc.m
jdcdec.m
jdcenc.m
jpegdemo.asv
jpegdemo.m
jpegdemo_Solution.m
lena.mat
Read_Me.txt
tobdel.m
bin2int.m
CodeTest.asv
CodeTest.m
dezz.m
divq.m
dpcm.m
EL871_Laboratory_4_JPEG.doc
idivq.m
ijpegdemo.asv