Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 840 Bytes

File metadata and controls

31 lines (23 loc) · 840 Bytes

Image Compression and Reconstruction by PCA

The python script show the image reconstructed using 200 principal components (out of 512).

Installation

Use the package manager pip to install libraries.

pip install opencv-python
pip install numpy

Usage

python3 recons.py

Visuals

Original Image

Result with varying principal components

License

MIT