Skip to content

mzd95/Image-Video-Processing

Repository files navigation

This repository is for the class ENEE 631 Digital Image & Video Processing in UMD, including web journals which contains implementation and discussion of basic image & video processing techniques, and the final project of which the topic will be decided later.

All the algorithms are impelemented in MATLAB and are organized to create web journal for each project.

The collection of all the HTMLs generated by these files can be found at http://www.terpconnect.umd.edu/~mzd95/ENEE631Projects.html.

The contents in each web journal are:

Web Journal 1:

Color Representation;
Processing Grayscale Image;
Green Photography for Fun Background.

Web Journal 2:

Visual Quantization and Dithering;
Morphologinal Filters;
Image Smoothing & Sharpening;
Image Enhancement.

Web Journal 3:

Canny Edge Detection;
Detecting Circles;
Image Restoration - w/ original Image;
Image Restoration - Blind Deconvolution.

Web Journal 4:

Huffman Coding;
Run-length Coding;
JPEG Image Compression;
Image Interpolation.