Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 315 Bytes

[Image Processing] Image Compression using Principle Component Analysis.

Implementation of lossy image compression using Principle Component Analysis using python 3.5. This repository is for final task of image processing class.

Dependency must install:

  1. numpy
  2. scipy
  3. scikit-learn
  4. matplotlib
  5. Pillow