mahajananshul / Image_Compression_using_Wavelet_Transform_and_Vector_Quantization

Two lossy algorithms, Discrete Wavelet Transform (DWT) and Vector Quantization (VQ) are added together to compress medical images and see their performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image_Compression_using_Wavelet_Transform_and_Vector_Quantization

Image compression using various techniques is always evolving concept. Modifying various techniques to best fit different needs is what derives innovation in the field. One such modification is combining two lossy algorithms, Discrete Wavelet Transform and Vector-Quantization to process medicinal images. The question is to see how this algorithm performs universally for image compression. The effect of both Discrete Wavelet Transform (DWT) and Vector-Quantization (VQ) are discussed and how they merge into one algorithm is shown. Different preprocessing techniques can be added as per the applications of the algorithm.

About

Two lossy algorithms, Discrete Wavelet Transform (DWT) and Vector Quantization (VQ) are added together to compress medical images and see their performance.


Languages

Language:Python 100.0%