CECS 367 Digital Image Compression |
|
|
|
Wenjun (Kevin) Zeng
119 EBW
Department of Computer Science
University of Missouri-Columbia
Columbia, MO 65211
Phone: 882-4480
E-mail: zengw@missouri.edu
Office Hours:
Grading Criteria:
1. Completeness 30%
2. Clarity: 10%
1. Correctness: 30%
2. Coding style: 10%
3. Comments 10%
These lecture notes are in pdf format. You will need Adobe Acrobat Reader to read them.
Chapter 1:
Introduction
Chapter 2:
Quantization
Chapter 3:
Differential Coding
Chapter 4: Transform
Coding
Chapter 5:
Variable-length Coding
Chapter 6: Run-length
and Dictionary Coding
Chapter 7: Still Image
Coding Standard – JPEG
Chapter 8: Wavelet
Transform for Image Coding
Chapter 9: An Overview
of JPEG-2000
Project 1 Due date:
Downloads for Project 1:
Input image Lena.org (256x256 8bits/pixel gray level image in raw format)
You can convert the raw format to a bitmap file by using the following two applications:
· For Windows system: covert2bmp.exe
· For Unix/Linux: conver2bmp
You can use any image viewer to view the bitmap
image. You should also use these programs to convert your reconstructed images
to bitmap format and see what you have got.
***These programs are to be used only in this project. They are not built for
general use!
Project 2, Part(a) Due date:
Part(b) Due date:
Project 3 Due
date:
Sample matlab code for wavelet transform mywavelet.m
Sample C code for arithmetic encoding/decoding AC_encode.c AC_decode.c
Sample C code for wavelet based image Encoding/Decoding codec.c