Reconstruction-and-Compression-of-Color-Images icon indicating copy to clipboard operation
Reconstruction-and-Compression-of-Color-Images copied to clipboard

Reconstruction and Compression of Color Images Using Principal Component Analysis (PCA) Algorithm

Results 1 Reconstruction-and-Compression-of-Color-Images issues
Sort by recently updated
recently updated
newest added

**Error Encountered** : **ValueError** : operands could not be broadcast together with shapes (4000,6000) (4000,) **Fix** : The np.mean function used during `cov_mat = image_2d - np.mean()...` and `recon =...