Skip to content

kaiqianz/VectorQuantization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

VectorQuantization

Vector Quantization Here are the steps that you need to implement to compress an image.

  1. Understanding your two pixel vector space to see what vectors your image contains
  2. Initialization of codewords - select N initial codewords
  3. Clustering vectors around each code word
  4. Refine and Update your code words depending on outcome of 3. Repeat steps 3 and 4 until code words don’t change or the change is very minimal.
  5. Quantize input vectors to produce output image

About

Vector Quantization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages