An open API service indexing awesome lists of open source software.

https://github.com/mukeshchugani10/facial-image-compression

Compression of a 400-images database using PCA
https://github.com/mukeshchugani10/facial-image-compression

compress-images compression dimensionality-reduction eigenfaces machine-learning pca-analysis

Last synced: 12 months ago
JSON representation

Compression of a 400-images database using PCA

Awesome Lists containing this project

README

          

# Facial-Image-Compression

## Compression of a 400-image database using Principal Component Analysis(PCA)

Olivetti - Consists of the original 64x64 images
DimRed - A custom implementation of PCA modified for this application
Image Compression - Notebook file to demonstrate the compression
compressed - Compressed version of the images
new_images - Restored images after compression

Original images:
![Original Images](original.png)

Eigen Faces:
![Eigen Faces](eigenfaces.png)

Reconstructed images:
![Reconstructed Images](reconstructed.png)