Abstract: LBG algorithm is a simple and effective method to train code-book for vector quantization. Since LBG was proposed, several interesting algorithms have been published to improve the ...
AIM: Vector quantization using LBG algorithm EXECUTION: Build and run the code on Visual Studio 2010. Use F5 key to run the code. INPUT: Universe.csv OUTPUT: A codebook of distinct analysis vectors.
This repository implement the LBG algorithm for image compression in MATLAB. Using LBGalgorithm.m to train the codebook, and use mapping.m to compress the images. Note: You need to change the photo ...