Parallel Image Compression and Decompression using PCA

Vishal Bidawatka

Vishal Bidawatka

Hyderabad, Telangana

1 0
  • 0 Collaborators

We implemented parallel PCA for compressing the image. Reducing the time complexity to a great extent. ...learn more

Project status: Under Development

Artificial Intelligence

Code Samples [1]Links [1]

Overview / Usage

Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set of values of linearly uncorrelated variables called principal components. We implemented parallel version of the Jacobi method to calculate SVD used for PCA.

Methodology / Approach

Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables (entities each of which takes on various numerical values) into a set of values of linearly uncorrelated variables called principal components. We implemented parallel version of the Jacobi method to calculate SVD used for PCA.

Technologies Used

  1. Openmp
  2. Multithreading

Repository

https://github.com/vishalbidawatka/IPSC_Image_Compression_Decompression_PCA_Openmp

Comments (0)