This repository contains both personal projects, as well as projects related to a graduate course I have taken.
Please reach out if you would like to see the code, which will be posted before the summer.
Theory: Bit-rate, quantization, temporal aliasing
Java Programming: Quantization and subsampling in the YUV space
- original 2. quantization 3. subsample Y (luminance) 4. Subsample UV (chrominance)
Theory: Color threory, entropy coding, lossless compression (Huffman), lossy compression (DPCM)
Java Programming: Image segmentation in Java, based on two threshold hue values in the HSV color space

Theory: DCT Coding, Dithering
Java Programming: Comparing and contrasting the frequency space representations using the Discrete Cosine Transform and the Discrete Wavelet Transform

